Html Css Color HEX #CE2552 Old Rose

📋 copy color: '#CE2552'

red 206 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #CE2552

Tints of Old Rose #CE2552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 63.38%
G = 11.38%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2552 (or 0xCE2552) is known color: Old Rose. HEX triplet: CE, 25 and 52. RGB value is (206,37,82). Sum of RGB (Red+Green+Blue) = 206+37+82=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2552 is #31DAAD. Grayscale: #5C5C5C. Windows color (decimal): -3267246 or 5383630. OLE color: 5383630.

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

Color convert

RGB 206 37 82 -
CMYK 0 0.82 0.60 0.19
HSL 344.02º 0.7% 0.48% -
HSV(B) 344.02º 0.82% 0.81% -
XYZ 27.64 15.05 9.43 -
YUV 92.66 121.99 208.84 -
System Red Green Blue C M Y K H S L
Decimal 206 37 82 0 0.82 0.60 0.19 344.02 0.7 0.48
Hex CE 25 52 0 52 3C 13 158 46 30
Octal 316 45 122 0 122 74 23 530 106 60
Binary 11001110 100101 1010010 0 1010010 111100 10011 101011000 1000110 110000

Color Harmonies of #CE2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2552

Black with #CE2552

Text Example


Text Example

White with #CE2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2552; }

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

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

background-color css

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

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

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

border-color css

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

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

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