Html Css Color HEX #CE2557 Old Rose

📋 copy color: '#CE2557'

red 206 ◦ green 37 ◦ blue 87

#CE2557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CE2557

Tints of Old Rose #CE2557

RGB

 RED value IS 206 (80.86% from 255) = 62.42%

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 62.42%
G = 11.21%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2557 (or 0xCE2557) is known color: Old Rose. HEX triplet: CE, 25 and 57. RGB value is (206,37,87). Sum of RGB (Red+Green+Blue) = 206+37+87=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2557 is #31DAA8. Grayscale: #5D5D5D. Windows color (decimal): -3267241 or 5711310. OLE color: 5711310.

HSL color Cylindrical-coordinate representation of color #CE2557: hue angle of 342.25º 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 #CE2557 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 87 -
CMYK 0 0.82 0.58 0.19
HSL 342.25º 0.7% 0.48% -
HSV(B) 342.25º 0.82% 0.81% -
XYZ 27.84 15.13 10.47 -
YUV 93.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 206 37 87 0 0.82 0.58 0.19 342.25 0.7 0.48
Hex CE 25 57 0 52 3A 13 156 46 30
Octal 316 45 127 0 122 72 23 526 106 60
Binary 11001110 100101 1010111 0 1010010 111010 10011 101010110 1000110 110000

Color Harmonies of #CE2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2557

Black with #CE2557

Text Example


Text Example

White with #CE2557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2557; }

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

 H1.HeaderClassName
 {
   color: #CE2557;
 }
 .AnyTagClassName
 {
   color: #CE2557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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