#D23251

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

Shades of Old Rose #D23251

Tints of Old Rose #D23251

Color information

#D23251 (or 0xD23251) is unknown color: approx Old Rose. HEX triplet: D2, 32 and 51. RGB value is (210,50,81). Sum of RGB (Red+Green+Blue) = 210+50+81=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D23251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23251 is #2DCDAE. Grayscale: #656565. Windows color (decimal): -3001775 or 5321426. OLE color: 5321426.

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

Color convert

RGB2105081-
CMYK00.760.610.18
HSL348.38º64%50.98%-
HSV(B)348.38º76.19%82.35%-
XYZ29.216.589.45-
YUV101.37116.51205.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.58%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=61.58%
G=14.66%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210508100.760.610.18348.386450.98
HexD2325104C3D1215c4033
Octal322621210114752253410063
Binary11010010110010101000101001100111101100101010111001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23251; }

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

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

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

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

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

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

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

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