Html Css Color HEX #D72049 Crimson

📋 copy color: '#D72049'

red 215 ◦ green 32 ◦ blue 73

#D72049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D72049

Tints of Crimson #D72049

RGB

 RED value IS 215 (84.38% from 255) = 67.19%

 GREEN value IS 32 (12.89% from 255) = 10%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 67.19%
G = 10%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D72049 (or 0xD72049) is known color: Crimson. HEX triplet: D7, 20 and 49. RGB value is (215,32,73). Sum of RGB (Red+Green+Blue) = 215+32+73=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D72049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72049 is #28DFB6. Grayscale: #5B5B5B. Windows color (decimal): -2678711 or 4792535. OLE color: 4792535.

HSL color Cylindrical-coordinate representation of color #D72049: hue angle of 346.56º 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 #D72049 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 32 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.56º 0.74% 0.48% -
HSV(B) 346.56º 0.85% 0.84% -
XYZ 29.74 15.96 7.82 -
YUV 91.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 215 32 73 0 0.85 0.66 0.16 346.56 0.74 0.48
Hex D7 20 49 0 55 42 10 15B 4A 30
Octal 327 40 111 0 125 102 20 533 112 60
Binary 11010111 100000 1001001 0 1010101 1000010 10000 101011011 1001010 110000

Color Harmonies of #D72049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72049

Black with #D72049

Text Example


Text Example

White with #D72049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72049; }

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

 H1.HeaderClassName
 {
   color: #D72049;
 }
 .AnyTagClassName
 {
   color: #D72049;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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