Html Css Color HEX #D82D37 Alizarin

📋 copy color: '#D82D37'

red 216 ◦ green 45 ◦ blue 55

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

Shades of Alizarin #D82D37

Tints of Alizarin #D82D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 55 (21.88% from 255) = 17.41%

R = 68.35%
G = 14.24%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82D37 (or 0xD82D37) is known color: Alizarin. HEX triplet: D8, 2D and 37. RGB value is (216,45,55). Sum of RGB (Red+Green+Blue) = 216+45+55=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D37 is #27D2C8. Grayscale: #616161. Windows color (decimal): -2609865 or 3616216. OLE color: 3616216.

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

Color convert

RGB 216 45 55 -
CMYK 0 0.79 0.75 0.15
HSL 356.49º 0.69% 0.51% -
HSV(B) 356.49º 0.79% 0.85% -
XYZ 29.95 16.75 5.27 -
YUV 97.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 216 45 55 0 0.79 0.75 0.15 356.49 0.69 0.51
Hex D8 2D 37 0 4F 4B F 164 45 33
Octal 330 55 67 0 117 113 17 544 105 63
Binary 11011000 101101 110111 0 1001111 1001011 1111 101100100 1000101 110011

Color Harmonies of #D82D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D37

Black with #D82D37

Text Example


Text Example

White with #D82D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D37; }

 p { color: rgb(216,45,55); }

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

background-color css

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

 a { background-color: rgb(216,45,55); }

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

border-color css

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

 span { border-color: rgb(216,45,55); }

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