Html Css Color HEX #D92438 Alizarin

📋 copy color: '#D92438'

red 217 ◦ green 36 ◦ blue 56

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

Shades of Alizarin #D92438

Tints of Alizarin #D92438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 70.23%
G = 11.65%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D92438 (or 0xD92438) is known color: Alizarin. HEX triplet: D9, 24 and 38. RGB value is (217,36,56). Sum of RGB (Red+Green+Blue) = 217+36+56=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92438 is #26DBC7. Grayscale: #5C5C5C. Windows color (decimal): -2546632 or 3679449. OLE color: 3679449.

HSL color Cylindrical-coordinate representation of color #D92438: hue angle of 353.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92438 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 56 -
CMYK 0 0.83 0.74 0.15
HSL 353.37º 0.72% 0.5% -
HSV(B) 353.37º 0.83% 0.85% -
XYZ 29.96 16.3 5.31 -
YUV 92.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 217 36 56 0 0.83 0.74 0.15 353.37 0.72 0.5
Hex D9 24 38 0 53 4A F 161 48 32
Octal 331 44 70 0 123 112 17 541 110 62
Binary 11011001 100100 111000 0 1010011 1001010 1111 101100001 1001000 110010

Color Harmonies of #D92438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92438

Black with #D92438

Text Example


Text Example

White with #D92438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92438; }

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

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

background-color css

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

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

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

border-color css

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

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

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