Html Css Color HEX #CE2E4E Old Rose

📋 copy color: '#CE2E4E'

red 206 ◦ green 46 ◦ blue 78

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

Shades of Old Rose #CE2E4E

Tints of Old Rose #CE2E4E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 62.42%
G = 13.94%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE2E4E (or 0xCE2E4E) is known color: Old Rose. HEX triplet: CE, 2E and 4E. RGB value is (206,46,78). Sum of RGB (Red+Green+Blue) = 206+46+78=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E4E is #31D1B1. Grayscale: #616161. Windows color (decimal): -3264946 or 5123790. OLE color: 5123790.

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

Color convert

RGB 206 46 78 -
CMYK 0 0.78 0.62 0.19
HSL 348º 0.63% 0.49% -
HSV(B) 348º 0.78% 0.81% -
XYZ 27.81 15.63 8.76 -
YUV 97.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 206 46 78 0 0.78 0.62 0.19 348 0.63 0.49
Hex CE 2E 4E 0 4E 3E 13 15C 3F 31
Octal 316 56 116 0 116 76 23 534 77 61
Binary 11001110 101110 1001110 0 1001110 111110 10011 101011100 111111 110001

Color Harmonies of #CE2E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E4E

Black with #CE2E4E

Text Example


Text Example

White with #CE2E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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