#D23950

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

Shades of Old Rose #D23950

Tints of Old Rose #D23950

Color information

#D23950 (or 0xD23950) is unknown color: approx Old Rose. HEX triplet: D2, 39 and 50. RGB value is (210,57,80). Sum of RGB (Red+Green+Blue) = 210+57+80=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23950 is #2DC6AF. Grayscale: #696969. Windows color (decimal): -2999984 or 5257682. OLE color: 5257682.

HSL color Cylindrical-coordinate representation of color #D23950: hue angle of 350.98º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23950 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB2105780-
CMYK00.730.620.18
HSL350.98º62.96%52.35%-
HSV(B)350.98º72.86%82.35%-
XYZ29.4917.219.36-
YUV105.37113.69202.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=60.52%
G=16.43%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210578000.730.620.18350.9862.9652.35
HexD239500493E1215f3f34
Octal32271120011176225377764
Binary1101001011100110100000100100111111010010101011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23950; }

 p { color: rgb(210,57,80); }

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

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

 a { background-color: rgb(210,57,80); }

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

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

 span { border-color: rgb(210,57,80); }

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