Html Css Color HEX #CE254D Old Rose

📋 copy color: '#CE254D'

red 206 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #CE254D

Tints of Old Rose #CE254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 64.38%
G = 11.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE254D (or 0xCE254D) is known color: Old Rose. HEX triplet: CE, 25 and 4D. RGB value is (206,37,77). Sum of RGB (Red+Green+Blue) = 206+37+77=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE254D is #31DAB2. Grayscale: #5C5C5C. Windows color (decimal): -3267251 or 5055950. OLE color: 5055950.

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

Color convert

RGB 206 37 77 -
CMYK 0 0.82 0.63 0.19
HSL 345.8º 0.7% 0.48% -
HSV(B) 345.8º 0.82% 0.81% -
XYZ 27.45 14.98 8.47 -
YUV 92.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 206 37 77 0 0.82 0.63 0.19 345.8 0.7 0.48
Hex CE 25 4D 0 52 3F 13 15A 46 30
Octal 316 45 115 0 122 77 23 532 106 60
Binary 11001110 100101 1001101 0 1010010 111111 10011 101011010 1000110 110000

Color Harmonies of #CE254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE254D

Black with #CE254D

Text Example


Text Example

White with #CE254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE254D; }

 p { color: rgb(206,37,77); }

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

background-color css

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

 a { background-color: rgb(206,37,77); }

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

border-color css

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

 span { border-color: rgb(206,37,77); }

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