Html Css Color HEX #CE2750 Old Rose

📋 copy color: '#CE2750'

red 206 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #CE2750

Tints of Old Rose #CE2750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 63.38%
G = 12%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2750 (or 0xCE2750) is known color: Old Rose. HEX triplet: CE, 27 and 50. RGB value is (206,39,80). Sum of RGB (Red+Green+Blue) = 206+39+80=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2750 is #31D8AF. Grayscale: #5D5D5D. Windows color (decimal): -3266736 or 5253070. OLE color: 5253070.

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

Color convert

RGB 206 39 80 -
CMYK 0 0.81 0.61 0.19
HSL 345.27º 0.68% 0.48% -
HSV(B) 345.27º 0.81% 0.81% -
XYZ 27.63 15.15 9.06 -
YUV 93.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 206 39 80 0 0.81 0.61 0.19 345.27 0.68 0.48
Hex CE 27 50 0 51 3D 13 159 44 30
Octal 316 47 120 0 121 75 23 531 104 60
Binary 11001110 100111 1010000 0 1010001 111101 10011 101011001 1000100 110000

Color Harmonies of #CE2750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2750

Black with #CE2750

Text Example


Text Example

White with #CE2750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2750; }

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

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

background-color css

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

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

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

border-color css

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

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

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