Html Css Color HEX #CE343D Mahogany

📋 copy color: '#CE343D'

red 206 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #CE343D

Tints of Mahogany #CE343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 64.58%
G = 16.3%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE343D (or 0xCE343D) is known color: Mahogany. HEX triplet: CE, 34 and 3D. RGB value is (206,52,61). Sum of RGB (Red+Green+Blue) = 206+52+61=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE343D is #31CBC2. Grayscale: #636363. Windows color (decimal): -3263427 or 4011214. OLE color: 4011214.

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

Color convert

RGB 206 52 61 -
CMYK 0 0.75 0.70 0.19
HSL 356.49º 0.61% 0.51% -
HSV(B) 356.49º 0.75% 0.81% -
XYZ 27.52 15.91 6.04 -
YUV 99.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 206 52 61 0 0.75 0.70 0.19 356.49 0.61 0.51
Hex CE 34 3D 0 4B 46 13 164 3D 33
Octal 316 64 75 0 113 106 23 544 75 63
Binary 11001110 110100 111101 0 1001011 1000110 10011 101100100 111101 110011

Color Harmonies of #CE343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE343D

Black with #CE343D

Text Example


Text Example

White with #CE343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE343D; }

 p { color: rgb(206,52,61); }

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

background-color css

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

 a { background-color: rgb(206,52,61); }

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

border-color css

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

 span { border-color: rgb(206,52,61); }

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