Html Css Color HEX #D92036 Alizarin

📋 copy color: '#D92036'

red 217 ◦ green 32 ◦ blue 54

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

Shades of Alizarin #D92036

Tints of Alizarin #D92036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 71.62%
G = 10.56%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D92036 (or 0xD92036) is known color: Alizarin. HEX triplet: D9, 20 and 36. RGB value is (217,32,54). Sum of RGB (Red+Green+Blue) = 217+32+54=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D92036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92036 is #26DFC9. Grayscale: #595959. Windows color (decimal): -2547658 or 3547353. OLE color: 3547353.

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

Color convert

RGB 217 32 54 -
CMYK 0 0.85 0.75 0.15
HSL 352.86º 0.74% 0.49% -
HSV(B) 352.86º 0.85% 0.85% -
XYZ 29.8 16.05 5.02 -
YUV 89.82 107.79 218.71 -
System Red Green Blue C M Y K H S L
Decimal 217 32 54 0 0.85 0.75 0.15 352.86 0.74 0.49
Hex D9 20 36 0 55 4B F 161 4A 31
Octal 331 40 66 0 125 113 17 541 112 61
Binary 11011001 100000 110110 0 1010101 1001011 1111 101100001 1001010 110001

Color Harmonies of #D92036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92036

Black with #D92036

Text Example


Text Example

White with #D92036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92036; }

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

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

background-color css

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

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

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

border-color css

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

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

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