Html Css Color HEX #CE2550 Old Rose

📋 copy color: '#CE2550'

red 206 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #CE2550

Tints of Old Rose #CE2550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 63.78%
G = 11.46%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE2550 (or 0xCE2550) is known color: Old Rose. HEX triplet: CE, 25 and 50. RGB value is (206,37,80). Sum of RGB (Red+Green+Blue) = 206+37+80=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2550 is #31DAAF. Grayscale: #5C5C5C. Windows color (decimal): -3267248 or 5252558. OLE color: 5252558.

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

Color convert

RGB 206 37 80 -
CMYK 0 0.82 0.61 0.19
HSL 344.73º 0.7% 0.48% -
HSV(B) 344.73º 0.82% 0.81% -
XYZ 27.56 15.02 9.04 -
YUV 92.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 206 37 80 0 0.82 0.61 0.19 344.73 0.7 0.48
Hex CE 25 50 0 52 3D 13 159 46 30
Octal 316 45 120 0 122 75 23 531 106 60
Binary 11001110 100101 1010000 0 1010010 111101 10011 101011001 1000110 110000

Color Harmonies of #CE2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2550

Black with #CE2550

Text Example


Text Example

White with #CE2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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