Html Css Color HEX #CE2753 Old Rose

📋 copy color: '#CE2753'

red 206 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #CE2753

Tints of Old Rose #CE2753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.89%

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

R = 62.8%
G = 11.89%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2753 (or 0xCE2753) is known color: Old Rose. HEX triplet: CE, 27 and 53. RGB value is (206,39,83). Sum of RGB (Red+Green+Blue) = 206+39+83=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2753 is #31D8AC. Grayscale: #5D5D5D. Windows color (decimal): -3266733 or 5449678. OLE color: 5449678.

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

Color convert

RGB 206 39 83 -
CMYK 0 0.81 0.60 0.19
HSL 344.19º 0.68% 0.48% -
HSV(B) 344.19º 0.81% 0.81% -
XYZ 27.74 15.2 9.65 -
YUV 93.95 121.83 207.92 -
System Red Green Blue C M Y K H S L
Decimal 206 39 83 0 0.81 0.60 0.19 344.19 0.68 0.48
Hex CE 27 53 0 51 3C 13 158 44 30
Octal 316 47 123 0 121 74 23 530 104 60
Binary 11001110 100111 1010011 0 1010001 111100 10011 101011000 1000100 110000

Color Harmonies of #CE2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2753

Black with #CE2753

Text Example


Text Example

White with #CE2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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