Html Css Color HEX #CE313B Mahogany

📋 copy color: '#CE313B'

red 206 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #CE313B

Tints of Mahogany #CE313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 65.61%
G = 15.61%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE313B (or 0xCE313B) is known color: Mahogany. HEX triplet: CE, 31 and 3B. RGB value is (206,49,59). Sum of RGB (Red+Green+Blue) = 206+49+59=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE313B is #31CEC4. Grayscale: #616161. Windows color (decimal): -3264197 or 3879374. OLE color: 3879374.

HSL color Cylindrical-coordinate representation of color #CE313B: hue angle of 356.18º 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 #CE313B is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 49 59 -
CMYK 0 0.76 0.71 0.19
HSL 356.18º 0.62% 0.5% -
HSV(B) 356.18º 0.76% 0.81% -
XYZ 27.34 15.63 5.71 -
YUV 97.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 206 49 59 0 0.76 0.71 0.19 356.18 0.62 0.5
Hex CE 31 3B 0 4C 47 13 164 3E 32
Octal 316 61 73 0 114 107 23 544 76 62
Binary 11001110 110001 111011 0 1001100 1000111 10011 101100100 111110 110010

Color Harmonies of #CE313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE313B

Black with #CE313B

Text Example


Text Example

White with #CE313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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