Html Css Color HEX #D82330 Alizarin

📋 copy color: '#D82330'

red 216 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #D82330

Tints of Alizarin #D82330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.71%

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

R = 72.24%
G = 11.71%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D82330 (or 0xD82330) is known color: Alizarin. HEX triplet: D8, 23 and 30. RGB value is (216,35,48). Sum of RGB (Red+Green+Blue) = 216+35+48=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D82330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82330 is #27DCCF. Grayscale: #5A5A5A. Windows color (decimal): -2612432 or 3154904. OLE color: 3154904.

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

Color convert

RGB 216 35 48 -
CMYK 0 0.84 0.78 0.15
HSL 355.69º 0.72% 0.49% -
HSV(B) 355.69º 0.84% 0.85% -
XYZ 29.45 16.01 4.34 -
YUV 90.6 103.97 217.44 -
System Red Green Blue C M Y K H S L
Decimal 216 35 48 0 0.84 0.78 0.15 355.69 0.72 0.49
Hex D8 23 30 0 54 4E F 164 48 31
Octal 330 43 60 0 124 116 17 544 110 61
Binary 11011000 100011 110000 0 1010100 1001110 1111 101100100 1001000 110001

Color Harmonies of #D82330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82330

Black with #D82330

Text Example


Text Example

White with #D82330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82330; }

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

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

background-color css

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

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

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

border-color css

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

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

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