Html Css Color HEX #CE3740 Mahogany

📋 copy color: '#CE3740'

red 206 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #CE3740

Tints of Mahogany #CE3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 63.38%
G = 16.92%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3740 (or 0xCE3740) is known color: Mahogany. HEX triplet: CE, 37 and 40. RGB value is (206,55,64). Sum of RGB (Red+Green+Blue) = 206+55+64=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3740 is #31C8BF. Grayscale: #656565. Windows color (decimal): -3262656 or 4208590. OLE color: 4208590.

HSL color Cylindrical-coordinate representation of color #CE3740: hue angle of 356.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3740 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 55 64 -
CMYK 0 0.73 0.69 0.19
HSL 356.42º 0.61% 0.51% -
HSV(B) 356.42º 0.73% 0.81% -
XYZ 27.75 16.22 6.52 -
YUV 101.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 206 55 64 0 0.73 0.69 0.19 356.42 0.61 0.51
Hex CE 37 40 0 49 45 13 164 3D 33
Octal 316 67 100 0 111 105 23 544 75 63
Binary 11001110 110111 1000000 0 1001001 1000101 10011 101100100 111101 110011

Color Harmonies of #CE3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3740

Black with #CE3740

Text Example


Text Example

White with #CE3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3740; }

 p { color: rgb(206,55,64); }

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

background-color css

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

 a { background-color: rgb(206,55,64); }

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

border-color css

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

 span { border-color: rgb(206,55,64); }

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