Html Css Color HEX #CE2252 Old Rose

📋 copy color: '#CE2252'

red 206 ◦ green 34 ◦ blue 82

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

Shades of Old Rose #CE2252

Tints of Old Rose #CE2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 63.98%
G = 10.56%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE2252 (or 0xCE2252) is known color: Old Rose. HEX triplet: CE, 22 and 52. RGB value is (206,34,82). Sum of RGB (Red+Green+Blue) = 206+34+82=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2252 is #31DDAD. Grayscale: #5A5A5A. Windows color (decimal): -3268014 or 5382862. OLE color: 5382862.

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

Color convert

RGB 206 34 82 -
CMYK 0 0.83 0.60 0.19
HSL 343.26º 0.72% 0.47% -
HSV(B) 343.26º 0.83% 0.81% -
XYZ 27.55 14.88 9.4 -
YUV 90.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 206 34 82 0 0.83 0.60 0.19 343.26 0.72 0.47
Hex CE 22 52 0 53 3C 13 157 48 2F
Octal 316 42 122 0 123 74 23 527 110 57
Binary 11001110 100010 1010010 0 1010011 111100 10011 101010111 1001000 101111

Color Harmonies of #CE2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2252

Black with #CE2252

Text Example


Text Example

White with #CE2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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