#D92C31

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

Shades of Alizarin #D92C31

Tints of Alizarin #D92C31

Color information

#D92C31 (or 0xD92C31) is unknown color: approx Alizarin. HEX triplet: D9, 2C and 31. RGB value is (217,44,49). Sum of RGB (Red+Green+Blue) = 217+44+49=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C31 is #26D3CE. Grayscale: #606060. Windows color (decimal): -2544591 or 3222745. OLE color: 3222745.

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

Color convert

RGB2174449-
CMYK00.800.770.15
HSL358.27º69.48%51.18%-
HSV(B)358.27º79.72%85.1%-
XYZ30.0716.774.56-
YUV96.3101.31214.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70%
GREEN value IS 44 (17.58% from 255) = 14.19%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=70%
G=14.19%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217444900.800.770.15358.2769.4851.18
HexD92C310504DF1664533
Octal331546101201151754610563
Binary1101100110110011000101010000100110111111011001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C31; }

 p { color: rgb(217,44,49); }

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

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

 a { background-color: rgb(217,44,49); }

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

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

 span { border-color: rgb(217,44,49); }

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