Html Css Color HEX #CE2452 Old Rose

📋 copy color: '#CE2452'

red 206 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #CE2452

Tints of Old Rose #CE2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 63.58%
G = 11.11%
B = 25.31%

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

#CE2452 (or 0xCE2452) is known color: Old Rose. HEX triplet: CE, 24 and 52. RGB value is (206,36,82). Sum of RGB (Red+Green+Blue) = 206+36+82=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2452 is #31DBAD. Grayscale: #5C5C5C. Windows color (decimal): -3267502 or 5383374. OLE color: 5383374.

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

Color convert

RGB 206 36 82 -
CMYK 0 0.83 0.60 0.19
HSL 343.76º 0.7% 0.47% -
HSV(B) 343.76º 0.83% 0.81% -
XYZ 27.61 14.99 9.42 -
YUV 92.07 122.32 209.26 -
System Red Green Blue C M Y K H S L
Decimal 206 36 82 0 0.83 0.60 0.19 343.76 0.7 0.47
Hex CE 24 52 0 53 3C 13 158 46 2F
Octal 316 44 122 0 123 74 23 530 106 57
Binary 11001110 100100 1010010 0 1010011 111100 10011 101011000 1000110 101111

Color Harmonies of #CE2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2452

Black with #CE2452

Text Example


Text Example

White with #CE2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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