Html Css Color HEX #D92A36 Alizarin

📋 copy color: '#D92A36'

red 217 ◦ green 42 ◦ blue 54

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

Shades of Alizarin #D92A36

Tints of Alizarin #D92A36

RGB

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

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

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

R = 69.33%
G = 13.42%
B = 17.25%

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

#D92A36 (or 0xD92A36) is known color: Alizarin. HEX triplet: D9, 2A and 36. RGB value is (217,42,54). Sum of RGB (Red+Green+Blue) = 217+42+54=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A36 is #26D5C9. Grayscale: #5F5F5F. Windows color (decimal): -2545098 or 3549913. OLE color: 3549913.

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

Color convert

RGB 217 42 54 -
CMYK 0 0.81 0.75 0.15
HSL 355.89º 0.7% 0.51% -
HSV(B) 355.89º 0.81% 0.85% -
XYZ 30.11 16.67 5.12 -
YUV 95.69 104.48 214.52 -
System Red Green Blue C M Y K H S L
Decimal 217 42 54 0 0.81 0.75 0.15 355.89 0.7 0.51
Hex D9 2A 36 0 51 4B F 164 46 33
Octal 331 52 66 0 121 113 17 544 106 63
Binary 11011001 101010 110110 0 1010001 1001011 1111 101100100 1000110 110011

Color Harmonies of #D92A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A36

Black with #D92A36

Text Example


Text Example

White with #D92A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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