#D92030

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

Shades of Alizarin #D92030

Tints of Alizarin #D92030

Color information

#D92030 (or 0xD92030) is unknown color: approx Alizarin. HEX triplet: D9, 20 and 30. RGB value is (217,32,48). Sum of RGB (Red+Green+Blue) = 217+32+48=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D92030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92030 is #26DFCF. Grayscale: #595959. Windows color (decimal): -2547664 or 3154137. OLE color: 3154137.

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

Color convert

RGB2173248-
CMYK00.850.780.15
HSL354.81º74.3%48.82%-
HSV(B)354.81º85.25%85.1%-
XYZ29.67164.32-
YUV89.14104.79219.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.06%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=73.06%
G=10.77%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217324800.850.780.15354.8174.348.82
HexD920300554EF1634a31
Octal331406001251161754311261
Binary1101100110000011000001010101100111011111011000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92030; }

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

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

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

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

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

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

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

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