Html Css Color HEX #CE2B2D Mahogany

📋 copy color: '#CE2B2D'

red 206 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #CE2B2D

Tints of Mahogany #CE2B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 70.07%
G = 14.63%
B = 15.31%

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

#CE2B2D (or 0xCE2B2D) is known color: Mahogany. HEX triplet: CE, 2B and 2D. RGB value is (206,43,45). Sum of RGB (Red+Green+Blue) = 206+43+45=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B2D is #31D4D2. Grayscale: #5C5C5C. Windows color (decimal): -3265747 or 2960334. OLE color: 2960334.

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

Color convert

RGB 206 43 45 -
CMYK 0 0.79 0.78 0.19
HSL 359.26º 0.65% 0.49% -
HSV(B) 359.26º 0.79% 0.81% -
XYZ 26.79 15.04 3.97 -
YUV 91.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 206 43 45 0 0.79 0.78 0.19 359.26 0.65 0.49
Hex CE 2B 2D 0 4F 4E 13 167 41 31
Octal 316 53 55 0 117 116 23 547 101 61
Binary 11001110 101011 101101 0 1001111 1001110 10011 101100111 1000001 110001

Color Harmonies of #CE2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B2D

Black with #CE2B2D

Text Example


Text Example

White with #CE2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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