Html Css Color HEX #CE2B2E Mahogany

📋 copy color: '#CE2B2E'

red 206 ◦ green 43 ◦ blue 46

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

Shades of Mahogany #CE2B2E

Tints of Mahogany #CE2B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

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

R = 69.83%
G = 14.58%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE2B2E (or 0xCE2B2E) is known color: Mahogany. HEX triplet: CE, 2B and 2E. RGB value is (206,43,46). Sum of RGB (Red+Green+Blue) = 206+43+46=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B2E is #31D4D1. Grayscale: #5C5C5C. Windows color (decimal): -3265746 or 3025870. OLE color: 3025870.

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

Color convert

RGB 206 43 46 -
CMYK 0 0.79 0.78 0.19
HSL 358.9º 0.65% 0.49% -
HSV(B) 358.9º 0.79% 0.81% -
XYZ 26.81 15.05 4.08 -
YUV 92.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 206 43 46 0 0.79 0.78 0.19 358.9 0.65 0.49
Hex CE 2B 2E 0 4F 4E 13 167 41 31
Octal 316 53 56 0 117 116 23 547 101 61
Binary 11001110 101011 101110 0 1001111 1001110 10011 101100111 1000001 110001

Color Harmonies of #CE2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B2E

Black with #CE2B2E

Text Example


Text Example

White with #CE2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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