Html Css Color HEX #D72C3F Alizarin

📋 copy color: '#D72C3F'

red 215 ◦ green 44 ◦ blue 63

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

Shades of Alizarin #D72C3F

Tints of Alizarin #D72C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 66.77%
G = 13.66%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D72C3F (or 0xD72C3F) is known color: Alizarin. HEX triplet: D7, 2C and 3F. RGB value is (215,44,63). Sum of RGB (Red+Green+Blue) = 215+44+63=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72C3F is #28D3C0. Grayscale: #616161. Windows color (decimal): -2675649 or 4140247. OLE color: 4140247.

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

Color convert

RGB 215 44 63 -
CMYK 0 0.80 0.71 0.16
HSL 353.33º 0.68% 0.51% -
HSV(B) 353.33º 0.8% 0.84% -
XYZ 29.82 16.61 6.34 -
YUV 97.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 215 44 63 0 0.80 0.71 0.16 353.33 0.68 0.51
Hex D7 2C 3F 0 50 47 10 161 44 33
Octal 327 54 77 0 120 107 20 541 104 63
Binary 11010111 101100 111111 0 1010000 1000111 10000 101100001 1000100 110011

Color Harmonies of #D72C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C3F

Black with #D72C3F

Text Example


Text Example

White with #D72C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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