Html Css Color HEX #D92832 Alizarin

📋 copy color: '#D92832'

red 217 ◦ green 40 ◦ blue 50

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

Shades of Alizarin #D92832

Tints of Alizarin #D92832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 70.68%
G = 13.03%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92832 (or 0xD92832) is known color: Alizarin. HEX triplet: D9, 28 and 32. RGB value is (217,40,50). Sum of RGB (Red+Green+Blue) = 217+40+50=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D92832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92832 is #26D7CD. Grayscale: #5E5E5E. Windows color (decimal): -2545614 or 3287257. OLE color: 3287257.

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

Color convert

RGB 217 40 50 -
CMYK 0 0.82 0.77 0.15
HSL 356.61º 0.7% 0.5% -
HSV(B) 356.61º 0.82% 0.85% -
XYZ 29.95 16.5 4.62 -
YUV 94.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 217 40 50 0 0.82 0.77 0.15 356.61 0.7 0.5
Hex D9 28 32 0 52 4D F 165 46 32
Octal 331 50 62 0 122 115 17 545 106 62
Binary 11011001 101000 110010 0 1010010 1001101 1111 101100101 1000110 110010

Color Harmonies of #D92832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92832

Black with #D92832

Text Example


Text Example

White with #D92832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92832; }

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

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

background-color css

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

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

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

border-color css

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

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

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