Html Css Color HEX #D82428 Alizarin

📋 copy color: '#D82428'

red 216 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #D82428

Tints of Alizarin #D82428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 73.97%
G = 12.33%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D82428 (or 0xD82428) is known color: Alizarin. HEX triplet: D8, 24 and 28. RGB value is (216,36,40). Sum of RGB (Red+Green+Blue) = 216+36+40=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D82428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82428 is #27DBD7. Grayscale: #5A5A5A. Windows color (decimal): -2612184 or 2630872. OLE color: 2630872.

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

Color convert

RGB 216 36 40 -
CMYK 0 0.83 0.81 0.15
HSL 358.67º 0.71% 0.49% -
HSV(B) 358.67º 0.83% 0.85% -
XYZ 29.33 16.01 3.55 -
YUV 90.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 216 36 40 0 0.83 0.81 0.15 358.67 0.71 0.49
Hex D8 24 28 0 53 51 F 167 47 31
Octal 330 44 50 0 123 121 17 547 107 61
Binary 11011000 100100 101000 0 1010011 1010001 1111 101100111 1000111 110001

Color Harmonies of #D82428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82428

Black with #D82428

Text Example


Text Example

White with #D82428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82428; }

 p { color: rgb(216,36,40); }

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

background-color css

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

 a { background-color: rgb(216,36,40); }

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

border-color css

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

 span { border-color: rgb(216,36,40); }

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