Html Css Color HEX #CE3139 Mahogany

📋 copy color: '#CE3139'

red 206 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #CE3139

Tints of Mahogany #CE3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 66.03%
G = 15.71%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE3139 (or 0xCE3139) is known color: Mahogany. HEX triplet: CE, 31 and 39. RGB value is (206,49,57). Sum of RGB (Red+Green+Blue) = 206+49+57=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3139 is #31CEC6. Grayscale: #606060. Windows color (decimal): -3264199 or 3748302. OLE color: 3748302.

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

Color convert

RGB 206 49 57 -
CMYK 0 0.76 0.72 0.19
HSL 356.94º 0.62% 0.5% -
HSV(B) 356.94º 0.76% 0.81% -
XYZ 27.29 15.61 5.45 -
YUV 96.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 206 49 57 0 0.76 0.72 0.19 356.94 0.62 0.5
Hex CE 31 39 0 4C 48 13 165 3E 32
Octal 316 61 71 0 114 110 23 545 76 62
Binary 11001110 110001 111001 0 1001100 1001000 10011 101100101 111110 110010

Color Harmonies of #CE3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3139

Black with #CE3139

Text Example


Text Example

White with #CE3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3139; }

 p { color: rgb(206,49,57); }

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

background-color css

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

 a { background-color: rgb(206,49,57); }

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

border-color css

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

 span { border-color: rgb(206,49,57); }

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