Html Css Color HEX #D92137 Alizarin

📋 copy color: '#D92137'

red 217 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #D92137

Tints of Alizarin #D92137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

 BLUE value IS 55 (21.88% from 255) = 18.03%

R = 71.15%
G = 10.82%
B = 18.03%

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

#D92137 (or 0xD92137) is known color: Alizarin. HEX triplet: D9, 21 and 37. RGB value is (217,33,55). Sum of RGB (Red+Green+Blue) = 217+33+55=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D92137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92137 is #26DEC8. Grayscale: #5A5A5A. Windows color (decimal): -2547401 or 3613145. OLE color: 3613145.

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

Color convert

RGB 217 33 55 -
CMYK 0 0.85 0.75 0.15
HSL 352.83º 0.74% 0.49% -
HSV(B) 352.83º 0.85% 0.85% -
XYZ 29.85 16.12 5.15 -
YUV 90.52 107.96 218.21 -
System Red Green Blue C M Y K H S L
Decimal 217 33 55 0 0.85 0.75 0.15 352.83 0.74 0.49
Hex D9 21 37 0 55 4B F 161 4A 31
Octal 331 41 67 0 125 113 17 541 112 61
Binary 11011001 100001 110111 0 1010101 1001011 1111 101100001 1001010 110001

Color Harmonies of #D92137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92137

Black with #D92137

Text Example


Text Example

White with #D92137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92137; }

 p { color: rgb(217,33,55); }

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

background-color css

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

 a { background-color: rgb(217,33,55); }

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

border-color css

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

 span { border-color: rgb(217,33,55); }

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