Html Css Color HEX #D82035 Alizarin

📋 copy color: '#D82035'

red 216 ◦ green 32 ◦ blue 53

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

Shades of Alizarin #D82035

Tints of Alizarin #D82035

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 71.76%
G = 10.63%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82035 (or 0xD82035) is known color: Alizarin. HEX triplet: D8, 20 and 35. RGB value is (216,32,53). Sum of RGB (Red+Green+Blue) = 216+32+53=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D82035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82035 is #27DFCA. Grayscale: #595959. Windows color (decimal): -2613195 or 3481816. OLE color: 3481816.

HSL color Cylindrical-coordinate representation of color #D82035: hue angle of 353.15º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82035 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 53 -
CMYK 0 0.85 0.75 0.15
HSL 353.15º 0.74% 0.49% -
HSV(B) 353.15º 0.85% 0.85% -
XYZ 29.48 15.89 4.88 -
YUV 89.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 216 32 53 0 0.85 0.75 0.15 353.15 0.74 0.49
Hex D8 20 35 0 55 4B F 161 4A 31
Octal 330 40 65 0 125 113 17 541 112 61
Binary 11011000 100000 110101 0 1010101 1001011 1111 101100001 1001010 110001

Color Harmonies of #D82035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82035

Black with #D82035

Text Example


Text Example

White with #D82035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82035; }

 p { color: rgb(216,32,53); }

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

background-color css

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

 a { background-color: rgb(216,32,53); }

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

border-color css

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

 span { border-color: rgb(216,32,53); }

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