#D72046

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

Shades of Crimson #D72046

Tints of Crimson #D72046

Color information

#D72046 (or 0xD72046) is unknown color: approx Crimson. HEX triplet: D7, 20 and 46. RGB value is (215,32,70). Sum of RGB (Red+Green+Blue) = 215+32+70=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D72046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72046 is #28DFB9. Grayscale: #5B5B5B. Windows color (decimal): -2678714 or 4595927. OLE color: 4595927.

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

Color convert

RGB2153270-
CMYK00.850.670.16
HSL347.54º74.09%48.43%-
HSV(B)347.54º85.12%84.31%-
XYZ29.6515.927.31-
YUV91.05116.13216.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.82%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=67.82%
G=10.09%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215327000.850.670.16347.5474.0948.43
HexD72046055431015c4a30
Octal3274010601251032053411260
Binary110101111000001000110010101011000011100001010111001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72046; }

 p { color: rgb(215,32,70); }

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

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

 a { background-color: rgb(215,32,70); }

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

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

 span { border-color: rgb(215,32,70); }

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