Html Css Color HEX #CE2754 Old Rose

📋 copy color: '#CE2754'

red 206 ◦ green 39 ◦ blue 84

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

Shades of Old Rose #CE2754

Tints of Old Rose #CE2754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.85%

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

R = 62.61%
G = 11.85%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE2754 (or 0xCE2754) is known color: Old Rose. HEX triplet: CE, 27 and 54. RGB value is (206,39,84). Sum of RGB (Red+Green+Blue) = 206+39+84=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2754 is #31D8AB. Grayscale: #5E5E5E. Windows color (decimal): -3266732 or 5515214. OLE color: 5515214.

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

Color convert

RGB 206 39 84 -
CMYK 0 0.81 0.59 0.19
HSL 343.83º 0.68% 0.48% -
HSV(B) 343.83º 0.81% 0.81% -
XYZ 27.78 15.21 9.86 -
YUV 94.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 206 39 84 0 0.81 0.59 0.19 343.83 0.68 0.48
Hex CE 27 54 0 51 3B 13 158 44 30
Octal 316 47 124 0 121 73 23 530 104 60
Binary 11001110 100111 1010100 0 1010001 111011 10011 101011000 1000100 110000

Color Harmonies of #CE2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2754

Black with #CE2754

Text Example


Text Example

White with #CE2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2754; }

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

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

background-color css

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

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

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

border-color css

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

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

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