Html Css Color HEX #D92031 Alizarin

📋 copy color: '#D92031'

red 217 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #D92031

Tints of Alizarin #D92031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 72.82%
G = 10.74%
B = 16.44%

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

#D92031 (or 0xD92031) is known color: Alizarin. HEX triplet: D9, 20 and 31. RGB value is (217,32,49). Sum of RGB (Red+Green+Blue) = 217+32+49=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D92031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92031 is #26DFCE. Grayscale: #595959. Windows color (decimal): -2547663 or 3219673. OLE color: 3219673.

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

Color convert

RGB 217 32 49 -
CMYK 0 0.85 0.77 0.15
HSL 354.49º 0.74% 0.49% -
HSV(B) 354.49º 0.85% 0.85% -
XYZ 29.69 16.01 4.43 -
YUV 89.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 217 32 49 0 0.85 0.77 0.15 354.49 0.74 0.49
Hex D9 20 31 0 55 4D F 162 4A 31
Octal 331 40 61 0 125 115 17 542 112 61
Binary 11011001 100000 110001 0 1010101 1001101 1111 101100010 1001010 110001

Color Harmonies of #D92031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92031

Black with #D92031

Text Example


Text Example

White with #D92031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92031; }

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

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

background-color css

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

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

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

border-color css

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

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

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