Html Css Color HEX #D82542 Alizarin

📋 copy color: '#D82542'

red 216 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #D82542

Tints of Alizarin #D82542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 67.71%
G = 11.6%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82542 (or 0xD82542) is known color: Alizarin. HEX triplet: D8, 25 and 42. RGB value is (216,37,66). Sum of RGB (Red+Green+Blue) = 216+37+66=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D82542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82542 is #27DABD. Grayscale: #5D5D5D. Windows color (decimal): -2611902 or 4335064. OLE color: 4335064.

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

Color convert

RGB 216 37 66 -
CMYK 0 0.83 0.69 0.15
HSL 350.28º 0.71% 0.5% -
HSV(B) 350.28º 0.83% 0.85% -
XYZ 29.96 16.32 6.72 -
YUV 93.83 112.3 215.14 -
System Red Green Blue C M Y K H S L
Decimal 216 37 66 0 0.83 0.69 0.15 350.28 0.71 0.5
Hex D8 25 42 0 53 45 F 15E 47 32
Octal 330 45 102 0 123 105 17 536 107 62
Binary 11011000 100101 1000010 0 1010011 1000101 1111 101011110 1000111 110010

Color Harmonies of #D82542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82542

Black with #D82542

Text Example


Text Example

White with #D82542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82542; }

 p { color: rgb(216,37,66); }

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

background-color css

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

 a { background-color: rgb(216,37,66); }

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

border-color css

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

 span { border-color: rgb(216,37,66); }

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