Html Css Color HEX #D92842 Alizarin

📋 copy color: '#D92842'

red 217 ◦ green 40 ◦ blue 66

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

Shades of Alizarin #D92842

Tints of Alizarin #D92842

RGB

 RED value IS 217 (85.16% from 255) = 67.18%

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

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

R = 67.18%
G = 12.38%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D92842 (or 0xD92842) is known color: Alizarin. HEX triplet: D9, 28 and 42. RGB value is (217,40,66). Sum of RGB (Red+Green+Blue) = 217+40+66=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92842 is #26D7BD. Grayscale: #5F5F5F. Windows color (decimal): -2545598 or 4335833. OLE color: 4335833.

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

Color convert

RGB 217 40 66 -
CMYK 0 0.82 0.70 0.15
HSL 351.19º 0.7% 0.5% -
HSV(B) 351.19º 0.82% 0.85% -
XYZ 30.36 16.66 6.77 -
YUV 95.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 217 40 66 0 0.82 0.70 0.15 351.19 0.7 0.5
Hex D9 28 42 0 52 46 F 15F 46 32
Octal 331 50 102 0 122 106 17 537 106 62
Binary 11011001 101000 1000010 0 1010010 1000110 1111 101011111 1000110 110010

Color Harmonies of #D92842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92842

Black with #D92842

Text Example


Text Example

White with #D92842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92842; }

 p { color: rgb(217,40,66); }

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

background-color css

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

 a { background-color: rgb(217,40,66); }

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

border-color css

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

 span { border-color: rgb(217,40,66); }

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