Html Css Color HEX #D72A3E Alizarin

📋 copy color: '#D72A3E'

red 215 ◦ green 42 ◦ blue 62

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

Shades of Alizarin #D72A3E

Tints of Alizarin #D72A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 67.4%
G = 13.17%
B = 19.44%

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

#D72A3E (or 0xD72A3E) is known color: Alizarin. HEX triplet: D7, 2A and 3E. RGB value is (215,42,62). Sum of RGB (Red+Green+Blue) = 215+42+62=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A3E is #28D5C1. Grayscale: #606060. Windows color (decimal): -2676162 or 4074199. OLE color: 4074199.

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

Color convert

RGB 215 42 62 -
CMYK 0 0.80 0.71 0.16
HSL 353.06º 0.68% 0.5% -
HSV(B) 353.06º 0.8% 0.84% -
XYZ 29.72 16.45 6.17 -
YUV 96.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 215 42 62 0 0.80 0.71 0.16 353.06 0.68 0.5
Hex D7 2A 3E 0 50 47 10 161 44 32
Octal 327 52 76 0 120 107 20 541 104 62
Binary 11010111 101010 111110 0 1010000 1000111 10000 101100001 1000100 110010

Color Harmonies of #D72A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A3E

Black with #D72A3E

Text Example


Text Example

White with #D72A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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