Html Css Color HEX #CE3757 Old Rose

📋 copy color: '#CE3757'

red 206 ◦ green 55 ◦ blue 87

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

Shades of Old Rose #CE3757

Tints of Old Rose #CE3757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

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

R = 59.2%
G = 15.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE3757 (or 0xCE3757) is known color: Old Rose. HEX triplet: CE, 37 and 57. RGB value is (206,55,87). Sum of RGB (Red+Green+Blue) = 206+55+87=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3757 is #31C8A8. Grayscale: #676767. Windows color (decimal): -3262633 or 5715918. OLE color: 5715918.

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

Color convert

RGB 206 55 87 -
CMYK 0 0.73 0.58 0.19
HSL 347.28º 0.61% 0.51% -
HSV(B) 347.28º 0.73% 0.81% -
XYZ 28.54 16.54 10.71 -
YUV 103.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 206 55 87 0 0.73 0.58 0.19 347.28 0.61 0.51
Hex CE 37 57 0 49 3A 13 15B 3D 33
Octal 316 67 127 0 111 72 23 533 75 63
Binary 11001110 110111 1010111 0 1001001 111010 10011 101011011 111101 110011

Color Harmonies of #CE3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3757

Black with #CE3757

Text Example


Text Example

White with #CE3757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3757; }

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

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

background-color css

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

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

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

border-color css

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

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

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