Html Css Color HEX #D82835 Alizarin

📋 copy color: '#D82835'

red 216 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #D82835

Tints of Alizarin #D82835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 69.9%
G = 12.94%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82835 (or 0xD82835) is known color: Alizarin. HEX triplet: D8, 28 and 35. RGB value is (216,40,53). Sum of RGB (Red+Green+Blue) = 216+40+53=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D82835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82835 is #27D7CA. Grayscale: #5E5E5E. Windows color (decimal): -2611147 or 3483864. OLE color: 3483864.

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

Color convert

RGB 216 40 53 -
CMYK 0 0.81 0.75 0.15
HSL 355.57º 0.69% 0.5% -
HSV(B) 355.57º 0.81% 0.85% -
XYZ 29.72 16.37 4.96 -
YUV 94.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 216 40 53 0 0.81 0.75 0.15 355.57 0.69 0.5
Hex D8 28 35 0 51 4B F 164 45 32
Octal 330 50 65 0 121 113 17 544 105 62
Binary 11011000 101000 110101 0 1010001 1001011 1111 101100100 1000101 110010

Color Harmonies of #D82835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82835

Black with #D82835

Text Example


Text Example

White with #D82835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82835; }

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

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

background-color css

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

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

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

border-color css

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

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

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