#D22B51

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

Shades of Old Rose #D22B51

Tints of Old Rose #D22B51

Color information

#D22B51 (or 0xD22B51) is unknown color: approx Old Rose. HEX triplet: D2, 2B and 51. RGB value is (210,43,81). Sum of RGB (Red+Green+Blue) = 210+43+81=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B51 is #2DD4AE. Grayscale: #616161. Windows color (decimal): -3003567 or 5319634. OLE color: 5319634.

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

Color convert

RGB2104381-
CMYK00.800.610.18
HSL346.35º66.01%49.61%-
HSV(B)346.35º79.52%82.35%-
XYZ28.9316.029.35-
YUV97.26118.83208.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.87%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=62.87%
G=12.87%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210438100.800.610.18346.3566.0149.61
HexD22B510503D1215a4232
Octal322531210120752253210262
Binary11010010101011101000101010000111101100101010110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22B51; }

 p { color: rgb(210,43,81); }

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

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

 a { background-color: rgb(210,43,81); }

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

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

 span { border-color: rgb(210,43,81); }

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