#D23C53

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

Shades of Old Rose #D23C53

Tints of Old Rose #D23C53

Color information

#D23C53 (or 0xD23C53) is unknown color: approx Old Rose. HEX triplet: D2, 3C and 53. RGB value is (210,60,83). Sum of RGB (Red+Green+Blue) = 210+60+83=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C53 is #2DC3AC. Grayscale: #6B6B6B. Windows color (decimal): -2999213 or 5455058. OLE color: 5455058.

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

Color convert

RGB2106083-
CMYK00.710.600.18
HSL350.8º62.5%52.94%-
HSV(B)350.8º71.43%82.35%-
XYZ29.7617.5610-
YUV107.47114.2201.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.49%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=59.49%
G=17.00%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210608300.710.600.18350.862.552.94
HexD23C530473C1215f3e35
Octal32274123010774225377665
Binary1101001011110010100110100011111110010010101011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23C53; }

 p { color: rgb(210,60,83); }

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

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

 a { background-color: rgb(210,60,83); }

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

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

 span { border-color: rgb(210,60,83); }

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