#D22C52

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

Shades of Old Rose #D22C52

Tints of Old Rose #D22C52

Color information

#D22C52 (or 0xD22C52) is unknown color: approx Old Rose. HEX triplet: D2, 2C and 52. RGB value is (210,44,82). Sum of RGB (Red+Green+Blue) = 210+44+82=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C52 is #2DD3AD. Grayscale: #616161. Windows color (decimal): -3003310 or 5385426. OLE color: 5385426.

HSL color Cylindrical-coordinate representation of color #D22C52: hue angle of 346.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C52 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2104482-
CMYK00.790.610.18
HSL346.27º65.35%49.8%-
HSV(B)346.27º79.05%82.35%-
XYZ2916.119.56-
YUV97.97119207.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.5%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=62.5%
G=13.10%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210448200.790.610.18346.2765.3549.8
HexD22C5204F3D1215a4132
Octal322541220117752253210162
Binary11010010101100101001001001111111101100101010110101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22C52; }

 p { color: rgb(210,44,82); }

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

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

 a { background-color: rgb(210,44,82); }

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

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

 span { border-color: rgb(210,44,82); }

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