Html Css Color HEX #D82034 Alizarin

📋 copy color: '#D82034'

red 216 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #D82034

Tints of Alizarin #D82034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 72%
G = 10.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D82034 (or 0xD82034) is known color: Alizarin. HEX triplet: D8, 20 and 34. RGB value is (216,32,52). Sum of RGB (Red+Green+Blue) = 216+32+52=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D82034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82034 is #27DFCB. Grayscale: #595959. Windows color (decimal): -2613196 or 3416280. OLE color: 3416280.

HSL color Cylindrical-coordinate representation of color #D82034: hue angle of 353.48º 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 #D82034 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 52 -
CMYK 0 0.85 0.76 0.15
HSL 353.48º 0.74% 0.49% -
HSV(B) 353.48º 0.85% 0.85% -
XYZ 29.46 15.88 4.76 -
YUV 89.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 216 32 52 0 0.85 0.76 0.15 353.48 0.74 0.49
Hex D8 20 34 0 55 4C F 161 4A 31
Octal 330 40 64 0 125 114 17 541 112 61
Binary 11011000 100000 110100 0 1010101 1001100 1111 101100001 1001010 110001

Color Harmonies of #D82034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82034

Black with #D82034

Text Example


Text Example

White with #D82034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82034; }

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

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

background-color css

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

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

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

border-color css

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

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

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