Html Css Color HEX #CE2357 Old Rose

📋 copy color: '#CE2357'

red 206 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #CE2357

Tints of Old Rose #CE2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 62.8%
G = 10.67%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE2357 (or 0xCE2357) is known color: Old Rose. HEX triplet: CE, 23 and 57. RGB value is (206,35,87). Sum of RGB (Red+Green+Blue) = 206+35+87=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2357 is #31DCA8. Grayscale: #5C5C5C. Windows color (decimal): -3267753 or 5710798. OLE color: 5710798.

HSL color Cylindrical-coordinate representation of color #CE2357: hue angle of 341.75º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2357 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 87 -
CMYK 0 0.83 0.58 0.19
HSL 341.75º 0.71% 0.47% -
HSV(B) 341.75º 0.83% 0.81% -
XYZ 27.77 15.01 10.45 -
YUV 92.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 206 35 87 0 0.83 0.58 0.19 341.75 0.71 0.47
Hex CE 23 57 0 53 3A 13 156 47 2F
Octal 316 43 127 0 123 72 23 526 107 57
Binary 11001110 100011 1010111 0 1010011 111010 10011 101010110 1000111 101111

Color Harmonies of #CE2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2357

Black with #CE2357

Text Example


Text Example

White with #CE2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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