Html Css Color HEX #CE1E4E Old Rose

📋 copy color: '#CE1E4E'

red 206 ◦ green 30 ◦ blue 78

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

Shades of Old Rose #CE1E4E

Tints of Old Rose #CE1E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 65.61%
G = 9.55%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE1E4E (or 0xCE1E4E) is known color: Old Rose. HEX triplet: CE, 1E and 4E. RGB value is (206,30,78). Sum of RGB (Red+Green+Blue) = 206+30+78=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E4E is #31E1B1. Grayscale: #585858. Windows color (decimal): -3269042 or 5119694. OLE color: 5119694.

HSL color Cylindrical-coordinate representation of color #CE1E4E: hue angle of 343.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E4E is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 78 -
CMYK 0 0.85 0.62 0.19
HSL 343.64º 0.75% 0.46% -
HSV(B) 343.64º 0.85% 0.81% -
XYZ 27.29 14.6 8.59 -
YUV 88.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 206 30 78 0 0.85 0.62 0.19 343.64 0.75 0.46
Hex CE 1E 4E 0 55 3E 13 158 4B 2E
Octal 316 36 116 0 125 76 23 530 113 56
Binary 11001110 11110 1001110 0 1010101 111110 10011 101011000 1001011 101110

Color Harmonies of #CE1E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E4E

Black with #CE1E4E

Text Example


Text Example

White with #CE1E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E4E; }

 p { color: rgb(206,30,78); }

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

background-color css

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

 a { background-color: rgb(206,30,78); }

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

border-color css

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

 span { border-color: rgb(206,30,78); }

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