#D92A33

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

Shades of Alizarin #D92A33

Tints of Alizarin #D92A33

Color information

#D92A33 (or 0xD92A33) is unknown color: approx Alizarin. HEX triplet: D9, 2A and 33. RGB value is (217,42,51). Sum of RGB (Red+Green+Blue) = 217+42+51=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A33 is #26D5CC. Grayscale: #5F5F5F. Windows color (decimal): -2545101 or 3353305. OLE color: 3353305.

HSL color Cylindrical-coordinate representation of color #D92A33: hue angle of 356.91º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A33 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2174251-
CMYK00.810.760.15
HSL356.91º69.72%50.78%-
HSV(B)356.91º80.65%85.1%-
XYZ30.0416.654.76-
YUV95.35102.98214.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=70%
G=13.55%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217425100.810.760.15356.9169.7250.78
HexD92A330514CF1654633
Octal331526301211141754510663
Binary1101100110101011001101010001100110011111011001011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92A33; }

 p { color: rgb(217,42,51); }

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

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

 a { background-color: rgb(217,42,51); }

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

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

 span { border-color: rgb(217,42,51); }

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