Html Css Color HEX #CE2455 Old Rose

📋 copy color: '#CE2455'

red 206 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #CE2455

Tints of Old Rose #CE2455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 63%
G = 11.01%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2455 (or 0xCE2455) is known color: Old Rose. HEX triplet: CE, 24 and 55. RGB value is (206,36,85). Sum of RGB (Red+Green+Blue) = 206+36+85=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2455 is #31DBAA. Grayscale: #5C5C5C. Windows color (decimal): -3267499 or 5579982. OLE color: 5579982.

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

Color convert

RGB 206 36 85 -
CMYK 0 0.83 0.59 0.19
HSL 342.71º 0.7% 0.47% -
HSV(B) 342.71º 0.83% 0.81% -
XYZ 27.72 15.04 10.04 -
YUV 92.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 206 36 85 0 0.83 0.59 0.19 342.71 0.7 0.47
Hex CE 24 55 0 53 3B 13 157 46 2F
Octal 316 44 125 0 123 73 23 527 106 57
Binary 11001110 100100 1010101 0 1010011 111011 10011 101010111 1000110 101111

Color Harmonies of #CE2455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2455

Black with #CE2455

Text Example


Text Example

White with #CE2455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2455; }

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

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

background-color css

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

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

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

border-color css

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

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

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