#D92C30

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

Shades of Alizarin #D92C30

Tints of Alizarin #D92C30

Color information

#D92C30 (or 0xD92C30) is unknown color: approx Alizarin. HEX triplet: D9, 2C and 30. RGB value is (217,44,48). Sum of RGB (Red+Green+Blue) = 217+44+48=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C30 is #26D3CF. Grayscale: #606060. Windows color (decimal): -2544592 or 3157209. OLE color: 3157209.

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

Color convert

RGB2174448-
CMYK00.800.780.15
HSL358.61º69.48%51.18%-
HSV(B)358.61º79.72%85.1%-
XYZ30.0516.774.45-
YUV96.18100.81214.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70.23%
GREEN value IS 44 (17.58% from 255) = 14.24%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=70.23%
G=14.24%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217444800.800.780.15358.6169.4851.18
HexD92C300504EF1674533
Octal331546001201161754710563
Binary1101100110110011000001010000100111011111011001111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C30; }

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

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

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

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

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

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

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

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