#D92427

Color #D92427 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D92427

Tints of Alizarin #D92427

Color information

#D92427 (or 0xD92427) is unknown color: approx Alizarin. HEX triplet: D9, 24 and 27. RGB value is (217,36,39). Sum of RGB (Red+Green+Blue) = 217+36+39=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D92427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92427 is #26DBD8. Grayscale: #5A5A5A. Windows color (decimal): -2546649 or 2565337. OLE color: 2565337.

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

Color convert

RGB2173639-
CMYK00.830.820.15
HSL359.01º71.54%49.61%-
HSV(B)359.01º83.41%85.1%-
XYZ29.6116.163.48-
YUV90.4698.97218.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 74.32%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 39 (15.62% from 255) = 13.36%
R=74.32%
G=12.33%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217363900.830.820.15359.0171.5449.61
HexD9242705352F1674832
Octal331444701231221754711062
Binary1101100110010010011101010011101001011111011001111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92427; }

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

 H1.HeaderClassName
 {
   color: #D92427;
 }
 .AnyTagClassName
 {
   color: #D92427;
 }
</style>
background-color css

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

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

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

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

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

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