Html Css Color HEX #CE3840 Mahogany

📋 copy color: '#CE3840'

red 206 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #CE3840

Tints of Mahogany #CE3840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.18%

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

R = 63.19%
G = 17.18%
B = 19.63%

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

#CE3840 (or 0xCE3840) is known color: Mahogany. HEX triplet: CE, 38 and 40. RGB value is (206,56,64). Sum of RGB (Red+Green+Blue) = 206+56+64=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3840 is #31C7BF. Grayscale: #656565. Windows color (decimal): -3262400 or 4208846. OLE color: 4208846.

HSL color Cylindrical-coordinate representation of color #CE3840: hue angle of 356.8º degrees, saturation: 0.6, 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 #CE3840 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 64 -
CMYK 0 0.73 0.69 0.19
HSL 356.8º 0.6% 0.51% -
HSV(B) 356.8º 0.73% 0.81% -
XYZ 27.79 16.32 6.54 -
YUV 101.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 206 56 64 0 0.73 0.69 0.19 356.8 0.6 0.51
Hex CE 38 40 0 49 45 13 165 3C 33
Octal 316 70 100 0 111 105 23 545 74 63
Binary 11001110 111000 1000000 0 1001001 1000101 10011 101100101 111100 110011

Color Harmonies of #CE3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3840

Black with #CE3840

Text Example


Text Example

White with #CE3840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3840; }

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

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

background-color css

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

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

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

border-color css

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

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

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