Html Css Color HEX #CE3036 Mahogany

📋 copy color: '#CE3036'

red 206 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #CE3036

Tints of Mahogany #CE3036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 66.88%
G = 15.58%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE3036 (or 0xCE3036) is known color: Mahogany. HEX triplet: CE, 30 and 36. RGB value is (206,48,54). Sum of RGB (Red+Green+Blue) = 206+48+54=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3036 is #31CFC9. Grayscale: #606060. Windows color (decimal): -3264458 or 3551438. OLE color: 3551438.

HSL color Cylindrical-coordinate representation of color #CE3036: hue angle of 357.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3036 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 48 54 -
CMYK 0 0.77 0.74 0.19
HSL 357.72º 0.62% 0.5% -
HSV(B) 357.72º 0.77% 0.81% -
XYZ 27.18 15.5 5.05 -
YUV 95.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 206 48 54 0 0.77 0.74 0.19 357.72 0.62 0.5
Hex CE 30 36 0 4D 4A 13 166 3E 32
Octal 316 60 66 0 115 112 23 546 76 62
Binary 11001110 110000 110110 0 1001101 1001010 10011 101100110 111110 110010

Color Harmonies of #CE3036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3036

Black with #CE3036

Text Example


Text Example

White with #CE3036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3036; }

 p { color: rgb(206,48,54); }

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

background-color css

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

 a { background-color: rgb(206,48,54); }

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

border-color css

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

 span { border-color: rgb(206,48,54); }

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