Html Css Color HEX #CE3A3E Mahogany

📋 copy color: '#CE3A3E'

red 206 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #CE3A3E

Tints of Mahogany #CE3A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.79%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 63.19%
G = 17.79%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE3A3E (or 0xCE3A3E) is known color: Mahogany. HEX triplet: CE, 3A and 3E. RGB value is (206,58,62). Sum of RGB (Red+Green+Blue) = 206+58+62=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A3E is #31C5C1. Grayscale: #666666. Windows color (decimal): -3261890 or 4078286. OLE color: 4078286.

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

Color convert

RGB 206 58 62 -
CMYK 0 0.72 0.70 0.19
HSL 358.38º 0.6% 0.52% -
HSV(B) 358.38º 0.72% 0.81% -
XYZ 27.84 16.5 6.27 -
YUV 102.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 206 58 62 0 0.72 0.70 0.19 358.38 0.6 0.52
Hex CE 3A 3E 0 48 46 13 166 3C 34
Octal 316 72 76 0 110 106 23 546 74 64
Binary 11001110 111010 111110 0 1001000 1000110 10011 101100110 111100 110100

Color Harmonies of #CE3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A3E

Black with #CE3A3E

Text Example


Text Example

White with #CE3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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