#D92C41

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

Shades of Alizarin #D92C41

Tints of Alizarin #D92C41

Color information

#D92C41 (or 0xD92C41) is unknown color: approx Alizarin. HEX triplet: D9, 2C and 41. RGB value is (217,44,65). Sum of RGB (Red+Green+Blue) = 217+44+65=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C41 is #26D3BE. Grayscale: #626262. Windows color (decimal): -2544575 or 4271321. OLE color: 4271321.

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

Color convert

RGB2174465-
CMYK00.800.700.15
HSL352.72º69.48%51.18%-
HSV(B)352.72º79.72%85.1%-
XYZ30.4716.936.66-
YUV98.12109.31212.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.56%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 65 (25.78% from 255) = 19.94%
R=66.56%
G=13.50%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217446500.800.700.15352.7269.4851.18
HexD92C4105046F1614533
Octal3315410101201061754110563
Binary11011001101100100000101010000100011011111011000011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C41; }

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

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

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

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

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

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

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

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