Html Css Color HEX #CE2E3B Mahogany

📋 copy color: '#CE2E3B'

red 206 ◦ green 46 ◦ blue 59

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

Shades of Mahogany #CE2E3B

Tints of Mahogany #CE2E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 66.24%
G = 14.79%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE2E3B (or 0xCE2E3B) is known color: Mahogany. HEX triplet: CE, 2E and 3B. RGB value is (206,46,59). Sum of RGB (Red+Green+Blue) = 206+46+59=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E3B is #31D1C4. Grayscale: #5F5F5F. Windows color (decimal): -3264965 or 3878606. OLE color: 3878606.

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

Color convert

RGB 206 46 59 -
CMYK 0 0.78 0.71 0.19
HSL 355.13º 0.63% 0.49% -
HSV(B) 355.13º 0.78% 0.81% -
XYZ 27.22 15.39 5.67 -
YUV 95.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 206 46 59 0 0.78 0.71 0.19 355.13 0.63 0.49
Hex CE 2E 3B 0 4E 47 13 163 3F 31
Octal 316 56 73 0 116 107 23 543 77 61
Binary 11001110 101110 111011 0 1001110 1000111 10011 101100011 111111 110001

Color Harmonies of #CE2E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E3B

Black with #CE2E3B

Text Example


Text Example

White with #CE2E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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