Html Css Color HEX #CE2952 Old Rose

📋 copy color: '#CE2952'

red 206 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #CE2952

Tints of Old Rose #CE2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

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

R = 62.61%
G = 12.46%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2952 (or 0xCE2952) is known color: Old Rose. HEX triplet: CE, 29 and 52. RGB value is (206,41,82). Sum of RGB (Red+Green+Blue) = 206+41+82=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2952 is #31D6AD. Grayscale: #5F5F5F. Windows color (decimal): -3266222 or 5384654. OLE color: 5384654.

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

Color convert

RGB 206 41 82 -
CMYK 0 0.80 0.60 0.19
HSL 345.09º 0.67% 0.48% -
HSV(B) 345.09º 0.8% 0.81% -
XYZ 27.77 15.32 9.48 -
YUV 95.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 206 41 82 0 0.80 0.60 0.19 345.09 0.67 0.48
Hex CE 29 52 0 50 3C 13 159 43 30
Octal 316 51 122 0 120 74 23 531 103 60
Binary 11001110 101001 1010010 0 1010000 111100 10011 101011001 1000011 110000

Color Harmonies of #CE2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2952

Black with #CE2952

Text Example


Text Example

White with #CE2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2952; }

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

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

background-color css

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

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

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

border-color css

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

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

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