Html Css Color HEX #D92D36 Alizarin

📋 copy color: '#D92D36'

red 217 ◦ green 45 ◦ blue 54

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

Shades of Alizarin #D92D36

Tints of Alizarin #D92D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 68.67%
G = 14.24%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D92D36 (or 0xD92D36) is known color: Alizarin. HEX triplet: D9, 2D and 36. RGB value is (217,45,54). Sum of RGB (Red+Green+Blue) = 217+45+54=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D36 is #26D2C9. Grayscale: #616161. Windows color (decimal): -2544330 or 3550681. OLE color: 3550681.

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

Color convert

RGB 217 45 54 -
CMYK 0 0.79 0.75 0.15
HSL 356.86º 0.69% 0.51% -
HSV(B) 356.86º 0.79% 0.85% -
XYZ 30.22 16.89 5.16 -
YUV 97.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 217 45 54 0 0.79 0.75 0.15 356.86 0.69 0.51
Hex D9 2D 36 0 4F 4B F 165 45 33
Octal 331 55 66 0 117 113 17 545 105 63
Binary 11011001 101101 110110 0 1001111 1001011 1111 101100101 1000101 110011

Color Harmonies of #D92D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D36

Black with #D92D36

Text Example


Text Example

White with #D92D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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