#D41045

Color #D41045 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D41045

Tints of Crimson #D41045

Color information

#D41045 (or 0xD41045) is unknown color: approx Crimson. HEX triplet: D4, 10 and 45. RGB value is (212,16,69). Sum of RGB (Red+Green+Blue) = 212+16+69=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D41045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41045 is #2BEFBA. Grayscale: #505050. Windows color (decimal): -2879419 or 4526292. OLE color: 4526292.

HSL color Cylindrical-coordinate representation of color #D41045: hue angle of 343.78º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41045 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2121669-
CMYK00.920.670.17
HSL343.78º85.96%44.71%-
HSV(B)343.78º92.45%83.14%-
XYZ28.4114.86.99-
YUV80.65121.43221.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 71.38%
GREEN value IS 16 (6.64% from 255) = 5.39%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=71.38%
G=5.39%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212166900.920.670.17343.7885.9644.71
HexD4104505C4311158562d
Octal3242010501341032153012655
Binary11010100100001000101010111001000011100011010110001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41045; }

 p { color: rgb(212,16,69); }

 H1.HeaderClassName
 {
   color: #D41045;
 }
 .AnyTagClassName
 {
   color: #D41045;
 }
</style>
background-color css

<style>
 a { background-color: #D41045; }

 a { background-color: rgb(212,16,69); }

 div.DivClassName
 {
   background-color: #D41045;
 }
 .BgClassName
 {
   background-color: #D41045;
 }
</style>
border-color css

<style>
 span { border-color: #D41045; }

 span { border-color: rgb(212,16,69); }

 td.TdClassName
 {
   border-color: #D41045;
 }
 .TagClassName
 {
   border-color: #D41045;
 }
</style>