Html Css Color HEX #CE343A Mahogany

📋 copy color: '#CE343A'

red 206 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #CE343A

Tints of Mahogany #CE343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 65.19%
G = 16.46%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE343A (or 0xCE343A) is known color: Mahogany. HEX triplet: CE, 34 and 3A. RGB value is (206,52,58). Sum of RGB (Red+Green+Blue) = 206+52+58=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE343A is #31CBC5. Grayscale: #626262. Windows color (decimal): -3263430 or 3814606. OLE color: 3814606.

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

Color convert

RGB 206 52 58 -
CMYK 0 0.75 0.72 0.19
HSL 357.66º 0.61% 0.51% -
HSV(B) 357.66º 0.75% 0.81% -
XYZ 27.45 15.88 5.62 -
YUV 98.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 206 52 58 0 0.75 0.72 0.19 357.66 0.61 0.51
Hex CE 34 3A 0 4B 48 13 166 3D 33
Octal 316 64 72 0 113 110 23 546 75 63
Binary 11001110 110100 111010 0 1001011 1001000 10011 101100110 111101 110011

Color Harmonies of #CE343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE343A

Black with #CE343A

Text Example


Text Example

White with #CE343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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