Html Css Color HEX #D92938 Alizarin

📋 copy color: '#D92938'

red 217 ◦ green 41 ◦ blue 56

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

Shades of Alizarin #D92938

Tints of Alizarin #D92938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 69.11%
G = 13.06%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D92938 (or 0xD92938) is known color: Alizarin. HEX triplet: D9, 29 and 38. RGB value is (217,41,56). Sum of RGB (Red+Green+Blue) = 217+41+56=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D92938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92938 is #26D6C7. Grayscale: #5F5F5F. Windows color (decimal): -2545352 or 3680729. OLE color: 3680729.

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

Color convert

RGB 217 41 56 -
CMYK 0 0.81 0.74 0.15
HSL 354.89º 0.7% 0.51% -
HSV(B) 354.89º 0.81% 0.85% -
XYZ 30.12 16.62 5.36 -
YUV 95.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 217 41 56 0 0.81 0.74 0.15 354.89 0.7 0.51
Hex D9 29 38 0 51 4A F 163 46 33
Octal 331 51 70 0 121 112 17 543 106 63
Binary 11011001 101001 111000 0 1010001 1001010 1111 101100011 1000110 110011

Color Harmonies of #D92938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92938

Black with #D92938

Text Example


Text Example

White with #D92938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92938; }

 p { color: rgb(217,41,56); }

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

background-color css

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

 a { background-color: rgb(217,41,56); }

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

border-color css

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

 span { border-color: rgb(217,41,56); }

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