#D42047

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

Shades of Crimson #D42047

Tints of Crimson #D42047

Color information

#D42047 (or 0xD42047) is unknown color: approx Crimson. HEX triplet: D4, 20 and 47. RGB value is (212,32,71). Sum of RGB (Red+Green+Blue) = 212+32+71=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D42047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42047 is #2BDFB8. Grayscale: #5A5A5A. Windows color (decimal): -2875321 or 4661460. OLE color: 4661460.

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

Color convert

RGB2123271-
CMYK00.850.670.17
HSL347º73.77%47.84%-
HSV(B)347º84.91%83.14%-
XYZ28.8115.497.43-
YUV90.27117.13214.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.30%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 71 (28.12% from 255) = 22.54%
R=67.30%
G=10.16%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212327100.850.670.1734773.7747.84
HexD42047055431115b4a30
Octal3244010701251032153311260
Binary110101001000001000111010101011000011100011010110111001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42047; }

 p { color: rgb(212,32,71); }

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

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

 a { background-color: rgb(212,32,71); }

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

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

 span { border-color: rgb(212,32,71); }

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