Html Css Color HEX #D92A37 Alizarin

📋 copy color: '#D92A37'

red 217 ◦ green 42 ◦ blue 55

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

Shades of Alizarin #D92A37

Tints of Alizarin #D92A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

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

R = 69.11%
G = 13.38%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D92A37 (or 0xD92A37) is known color: Alizarin. HEX triplet: D9, 2A and 37. RGB value is (217,42,55). Sum of RGB (Red+Green+Blue) = 217+42+55=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A37 is #26D5C8. Grayscale: #5F5F5F. Windows color (decimal): -2545097 or 3615449. OLE color: 3615449.

HSL color Cylindrical-coordinate representation of color #D92A37: hue angle of 355.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A37 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 55 -
CMYK 0 0.81 0.75 0.15
HSL 355.54º 0.7% 0.51% -
HSV(B) 355.54º 0.81% 0.85% -
XYZ 30.13 16.68 5.25 -
YUV 95.81 104.98 214.44 -
System Red Green Blue C M Y K H S L
Decimal 217 42 55 0 0.81 0.75 0.15 355.54 0.7 0.51
Hex D9 2A 37 0 51 4B F 164 46 33
Octal 331 52 67 0 121 113 17 544 106 63
Binary 11011001 101010 110111 0 1010001 1001011 1111 101100100 1000110 110011

Color Harmonies of #D92A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A37

Black with #D92A37

Text Example


Text Example

White with #D92A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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