Html Css Color HEX #CE3753 Old Rose

📋 copy color: '#CE3753'

red 206 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #CE3753

Tints of Old Rose #CE3753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.13%

R = 59.88%
G = 15.99%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE3753 (or 0xCE3753) is known color: Old Rose. HEX triplet: CE, 37 and 53. RGB value is (206,55,83). Sum of RGB (Red+Green+Blue) = 206+55+83=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3753 is #31C8AC. Grayscale: #676767. Windows color (decimal): -3262637 or 5453774. OLE color: 5453774.

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

Color convert

RGB 206 55 83 -
CMYK 0 0.73 0.60 0.19
HSL 348.87º 0.61% 0.51% -
HSV(B) 348.87º 0.73% 0.81% -
XYZ 28.38 16.48 9.87 -
YUV 103.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 206 55 83 0 0.73 0.60 0.19 348.87 0.61 0.51
Hex CE 37 53 0 49 3C 13 15D 3D 33
Octal 316 67 123 0 111 74 23 535 75 63
Binary 11001110 110111 1010011 0 1001001 111100 10011 101011101 111101 110011

Color Harmonies of #CE3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3753

Black with #CE3753

Text Example


Text Example

White with #CE3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3753; }

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

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

background-color css

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

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

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

border-color css

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

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

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