Html Css Color HEX #CE3F40 Mahogany

📋 copy color: '#CE3F40'

red 206 ◦ green 63 ◦ blue 64

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

Shades of Mahogany #CE3F40

Tints of Mahogany #CE3F40

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 61.86%
G = 18.92%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3F40 (or 0xCE3F40) is known color: Mahogany. HEX triplet: CE, 3F and 40. RGB value is (206,63,64). Sum of RGB (Red+Green+Blue) = 206+63+64=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3F40 is #31C0BF. Grayscale: #6A6A6A. Windows color (decimal): -3260608 or 4210638. OLE color: 4210638.

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

Color convert

RGB 206 63 64 -
CMYK 0 0.69 0.69 0.19
HSL 359.58º 0.59% 0.53% -
HSV(B) 359.58º 0.69% 0.81% -
XYZ 28.16 17.05 6.66 -
YUV 105.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 206 63 64 0 0.69 0.69 0.19 359.58 0.59 0.53
Hex CE 3F 40 0 45 45 13 168 3B 35
Octal 316 77 100 0 105 105 23 550 73 65
Binary 11001110 111111 1000000 0 1000101 1000101 10011 101101000 111011 110101

Color Harmonies of #CE3F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F40

Black with #CE3F40

Text Example


Text Example

White with #CE3F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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