Html Css Color HEX #D72C37 Alizarin

📋 copy color: '#D72C37'

red 215 ◦ green 44 ◦ blue 55

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

Shades of Alizarin #D72C37

Tints of Alizarin #D72C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 68.47%
G = 14.01%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D72C37 (or 0xD72C37) is known color: Alizarin. HEX triplet: D7, 2C and 37. RGB value is (215,44,55). Sum of RGB (Red+Green+Blue) = 215+44+55=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C37 is #28D3C8. Grayscale: #606060. Windows color (decimal): -2675657 or 3615959. OLE color: 3615959.

HSL color Cylindrical-coordinate representation of color #D72C37: hue angle of 356.14º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72C37 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 44 55 -
CMYK 0 0.80 0.74 0.16
HSL 356.14º 0.68% 0.51% -
HSV(B) 356.14º 0.8% 0.84% -
XYZ 29.61 16.52 5.24 -
YUV 96.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 215 44 55 0 0.80 0.74 0.16 356.14 0.68 0.51
Hex D7 2C 37 0 50 4A 10 164 44 33
Octal 327 54 67 0 120 112 20 544 104 63
Binary 11010111 101100 110111 0 1010000 1001010 10000 101100100 1000100 110011

Color Harmonies of #D72C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C37

Black with #D72C37

Text Example


Text Example

White with #D72C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C37; }

 p { color: rgb(215,44,55); }

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

background-color css

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

 a { background-color: rgb(215,44,55); }

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

border-color css

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

 span { border-color: rgb(215,44,55); }

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