Html Css Color HEX #CE2D2E Mahogany

📋 copy color: '#CE2D2E'

red 206 ◦ green 45 ◦ blue 46

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

Shades of Mahogany #CE2D2E

Tints of Mahogany #CE2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.15%

 BLUE value IS 46 (18.36% from 255) = 15.49%

R = 69.36%
G = 15.15%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE2D2E (or 0xCE2D2E) is known color: Mahogany. HEX triplet: CE, 2D and 2E. RGB value is (206,45,46). Sum of RGB (Red+Green+Blue) = 206+45+46=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D2E is #31D2D1. Grayscale: #5D5D5D. Windows color (decimal): -3265234 or 3026382. OLE color: 3026382.

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

Color convert

RGB 206 45 46 -
CMYK 0 0.78 0.78 0.19
HSL 359.63º 0.64% 0.49% -
HSV(B) 359.63º 0.78% 0.81% -
XYZ 26.89 15.2 4.1 -
YUV 93.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 206 45 46 0 0.78 0.78 0.19 359.63 0.64 0.49
Hex CE 2D 2E 0 4E 4E 13 168 40 31
Octal 316 55 56 0 116 116 23 550 100 61
Binary 11001110 101101 101110 0 1001110 1001110 10011 101101000 1000000 110001

Color Harmonies of #CE2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D2E

Black with #CE2D2E

Text Example


Text Example

White with #CE2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D2E; }

 p { color: rgb(206,45,46); }

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

background-color css

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

 a { background-color: rgb(206,45,46); }

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

border-color css

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

 span { border-color: rgb(206,45,46); }

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