Html Css Color HEX #CE2454 Old Rose

📋 copy color: '#CE2454'

red 206 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #CE2454

Tints of Old Rose #CE2454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.77%

R = 63.19%
G = 11.04%
B = 25.77%

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

#CE2454 (or 0xCE2454) is known color: Old Rose. HEX triplet: CE, 24 and 54. RGB value is (206,36,84). Sum of RGB (Red+Green+Blue) = 206+36+84=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2454 is #31DBAB. Grayscale: #5C5C5C. Windows color (decimal): -3267500 or 5514446. OLE color: 5514446.

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

Color convert

RGB 206 36 84 -
CMYK 0 0.83 0.59 0.19
HSL 343.06º 0.7% 0.47% -
HSV(B) 343.06º 0.83% 0.81% -
XYZ 27.68 15.02 9.83 -
YUV 92.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 206 36 84 0 0.83 0.59 0.19 343.06 0.7 0.47
Hex CE 24 54 0 53 3B 13 157 46 2F
Octal 316 44 124 0 123 73 23 527 106 57
Binary 11001110 100100 1010100 0 1010011 111011 10011 101010111 1000110 101111

Color Harmonies of #CE2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2454

Black with #CE2454

Text Example


Text Example

White with #CE2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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