Html Css Color HEX #D72A2B Alizarin

📋 copy color: '#D72A2B'

red 215 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #D72A2B

Tints of Alizarin #D72A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 43 (17.19% from 255) = 14.33%

R = 71.67%
G = 14%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D72A2B (or 0xD72A2B) is known color: Alizarin. HEX triplet: D7, 2A and 2B. RGB value is (215,42,43). Sum of RGB (Red+Green+Blue) = 215+42+43=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A2B is #28D5D4. Grayscale: #5E5E5E. Windows color (decimal): -2676181 or 2829015. OLE color: 2829015.

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

Color convert

RGB 215 42 43 -
CMYK 0 0.80 0.8 0.16
HSL 359.65º 0.68% 0.5% -
HSV(B) 359.65º 0.8% 0.84% -
XYZ 29.29 16.28 3.88 -
YUV 93.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 215 42 43 0 0.80 0.8 0.16 359.65 0.68 0.5
Hex D7 2A 2B 0 50 50 10 168 44 32
Octal 327 52 53 0 120 120 20 550 104 62
Binary 11010111 101010 101011 0 1010000 1010000 10000 101101000 1000100 110010

Color Harmonies of #D72A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A2B

Black with #D72A2B

Text Example


Text Example

White with #D72A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A2B; }

 p { color: rgb(215,42,43); }

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

background-color css

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

 a { background-color: rgb(215,42,43); }

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

border-color css

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

 span { border-color: rgb(215,42,43); }

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