Html Css Color HEX #D82030 Alizarin

📋 copy color: '#D82030'

red 216 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #D82030

Tints of Alizarin #D82030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 72.97%
G = 10.81%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D82030 (or 0xD82030) is known color: Alizarin. HEX triplet: D8, 20 and 30. RGB value is (216,32,48). Sum of RGB (Red+Green+Blue) = 216+32+48=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D82030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82030 is #27DFCF. Grayscale: #585858. Windows color (decimal): -2613200 or 3154136. OLE color: 3154136.

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

Color convert

RGB 216 32 48 -
CMYK 0 0.85 0.78 0.15
HSL 354.78º 0.74% 0.49% -
HSV(B) 354.78º 0.85% 0.85% -
XYZ 29.37 15.85 4.31 -
YUV 88.84 104.96 218.7 -
System Red Green Blue C M Y K H S L
Decimal 216 32 48 0 0.85 0.78 0.15 354.78 0.74 0.49
Hex D8 20 30 0 55 4E F 163 4A 31
Octal 330 40 60 0 125 116 17 543 112 61
Binary 11011000 100000 110000 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #D82030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82030

Black with #D82030

Text Example


Text Example

White with #D82030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82030; }

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

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

background-color css

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

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

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

border-color css

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

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

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