#D11042

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

Shades of Crimson #D11042

Tints of Crimson #D11042

Color information

#D11042 (or 0xD11042) is unknown color: approx Crimson. HEX triplet: D1, 10 and 42. RGB value is (209,16,66). Sum of RGB (Red+Green+Blue) = 209+16+66=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D11042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11042 is #2EEFBD. Grayscale: #4F4F4F. Windows color (decimal): -3076030 or 4329681. OLE color: 4329681.

HSL color Cylindrical-coordinate representation of color #D11042: hue angle of 344.46º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11042 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB2091666-
CMYK00.920.680.18
HSL344.46º85.78%44.12%-
HSV(B)344.46º92.34%81.96%-
XYZ27.4614.326.47-
YUV79.41120.44220.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 71.82%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=71.82%
G=5.50%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209166600.920.680.18344.4685.7844.12
HexD1104205C4412158562c
Octal3212010201341042253012654
Binary11010001100001000010010111001000100100101010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11042; }

 p { color: rgb(209,16,66); }

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

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

 a { background-color: rgb(209,16,66); }

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

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

 span { border-color: rgb(209,16,66); }

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