Html Css Color HEX #CE2E37 Mahogany

📋 copy color: '#CE2E37'

red 206 ◦ green 46 ◦ blue 55

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

Shades of Mahogany #CE2E37

Tints of Mahogany #CE2E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 67.1%
G = 14.98%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2E37 (or 0xCE2E37) is known color: Mahogany. HEX triplet: CE, 2E and 37. RGB value is (206,46,55). Sum of RGB (Red+Green+Blue) = 206+46+55=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E37 is #31D1C8. Grayscale: #5E5E5E. Windows color (decimal): -3264969 or 3616462. OLE color: 3616462.

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

Color convert

RGB 206 46 55 -
CMYK 0 0.78 0.73 0.19
HSL 356.63º 0.63% 0.49% -
HSV(B) 356.63º 0.78% 0.81% -
XYZ 27.12 15.35 5.15 -
YUV 94.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 206 46 55 0 0.78 0.73 0.19 356.63 0.63 0.49
Hex CE 2E 37 0 4E 49 13 165 3F 31
Octal 316 56 67 0 116 111 23 545 77 61
Binary 11001110 101110 110111 0 1001110 1001001 10011 101100101 111111 110001

Color Harmonies of #CE2E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E37

Black with #CE2E37

Text Example


Text Example

White with #CE2E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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