#ce2553

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

Shades of Old Rose #CE2553

Tints of Old Rose #CE2553

Color information

#CE2553 (or 0xCE2553) is unknown color: approx Old Rose. HEX triplet: CE, 25 and 53. RGB value is (206,37,83). Sum of RGB (Red+Green+Blue) = 206+37+83=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2553 is #31DAAC. Grayscale: #5C5C5C. Windows color (decimal): -3267245 or 5449166. OLE color: 5449166.

HSL color Cylindrical-coordinate representation of color #CE2553: hue angle of 343.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2553 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB2063783-
CMYK00.820.600.19
HSL343.67º69.55%47.65%-
HSV(B)343.67º82.04%80.78%-
XYZ27.6815.079.63-
YUV92.78122.49208.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.19%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=63.19%
G=11.35%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206378300.820.600.19343.6769.5547.65
HexCE25530523C131584630
Octal316451230122742353010660
Binary11001110100101101001101010010111100100111010110001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2553; }

 p { color: rgb(206,37,83); }

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

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

 a { background-color: rgb(206,37,83); }

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

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

 span { border-color: rgb(206,37,83); }

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