Html Css Color HEX #D92032 Alizarin

📋 copy color: '#D92032'

red 217 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #D92032

Tints of Alizarin #D92032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 72.58%
G = 10.7%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92032 (or 0xD92032) is known color: Alizarin. HEX triplet: D9, 20 and 32. RGB value is (217,32,50). Sum of RGB (Red+Green+Blue) = 217+32+50=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D92032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92032 is #26DFCD. Grayscale: #595959. Windows color (decimal): -2547662 or 3285209. OLE color: 3285209.

HSL color Cylindrical-coordinate representation of color #D92032: hue angle of 354.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92032 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 50 -
CMYK 0 0.85 0.77 0.15
HSL 354.16º 0.74% 0.49% -
HSV(B) 354.16º 0.85% 0.85% -
XYZ 29.71 16.02 4.54 -
YUV 89.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 217 32 50 0 0.85 0.77 0.15 354.16 0.74 0.49
Hex D9 20 32 0 55 4D F 162 4A 31
Octal 331 40 62 0 125 115 17 542 112 61
Binary 11011001 100000 110010 0 1010101 1001101 1111 101100010 1001010 110001

Color Harmonies of #D92032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92032

Black with #D92032

Text Example


Text Example

White with #D92032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92032; }

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

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

background-color css

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

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

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

border-color css

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

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

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