Html Css Color HEX #CE2731 Mahogany

📋 copy color: '#CE2731'

red 206 ◦ green 39 ◦ blue 49

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

Shades of Mahogany #CE2731

Tints of Mahogany #CE2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 49 (19.53% from 255) = 16.67%

R = 70.07%
G = 13.27%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE2731 (or 0xCE2731) is known color: Mahogany. HEX triplet: CE, 27 and 31. RGB value is (206,39,49). Sum of RGB (Red+Green+Blue) = 206+39+49=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2731 is #31D8CE. Grayscale: #5A5A5A. Windows color (decimal): -3266767 or 3221454. OLE color: 3221454.

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

Color convert

RGB 206 39 49 -
CMYK 0 0.81 0.76 0.19
HSL 356.41º 0.68% 0.48% -
HSV(B) 356.41º 0.81% 0.81% -
XYZ 26.73 14.79 4.35 -
YUV 90.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 206 39 49 0 0.81 0.76 0.19 356.41 0.68 0.48
Hex CE 27 31 0 51 4C 13 164 44 30
Octal 316 47 61 0 121 114 23 544 104 60
Binary 11001110 100111 110001 0 1010001 1001100 10011 101100100 1000100 110000

Color Harmonies of #CE2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2731

Black with #CE2731

Text Example


Text Example

White with #CE2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2731; }

 p { color: rgb(206,39,49); }

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

background-color css

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

 a { background-color: rgb(206,39,49); }

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

border-color css

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

 span { border-color: rgb(206,39,49); }

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