Html Css Color HEX #D82934 Alizarin

📋 copy color: '#D82934'

red 216 ◦ green 41 ◦ blue 52

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

Shades of Alizarin #D82934

Tints of Alizarin #D82934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 69.9%
G = 13.27%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D82934 (or 0xD82934) is known color: Alizarin. HEX triplet: D8, 29 and 34. RGB value is (216,41,52). Sum of RGB (Red+Green+Blue) = 216+41+52=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82934 is #27D6CB. Grayscale: #5E5E5E. Windows color (decimal): -2610892 or 3418584. OLE color: 3418584.

HSL color Cylindrical-coordinate representation of color #D82934: hue angle of 356.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82934 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 52 -
CMYK 0 0.81 0.76 0.15
HSL 356.23º 0.69% 0.5% -
HSV(B) 356.23º 0.81% 0.85% -
XYZ 29.73 16.43 4.85 -
YUV 94.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 216 41 52 0 0.81 0.76 0.15 356.23 0.69 0.5
Hex D8 29 34 0 51 4C F 164 45 32
Octal 330 51 64 0 121 114 17 544 105 62
Binary 11011000 101001 110100 0 1010001 1001100 1111 101100100 1000101 110010

Color Harmonies of #D82934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82934

Black with #D82934

Text Example


Text Example

White with #D82934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82934; }

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

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

background-color css

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

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

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

border-color css

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

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

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