Html Css Color HEX #CE242E Mahogany

📋 copy color: '#CE242E'

red 206 ◦ green 36 ◦ blue 46

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

Shades of Mahogany #CE242E

Tints of Mahogany #CE242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 71.53%
G = 12.5%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE242E (or 0xCE242E) is known color: Mahogany. HEX triplet: CE, 24 and 2E. RGB value is (206,36,46). Sum of RGB (Red+Green+Blue) = 206+36+46=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242E is #31DBD1. Grayscale: #585858. Windows color (decimal): -3267538 or 3024078. OLE color: 3024078.

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

Color convert

RGB 206 36 46 -
CMYK 0 0.83 0.78 0.19
HSL 356.47º 0.7% 0.47% -
HSV(B) 356.47º 0.83% 0.81% -
XYZ 26.58 14.58 4 -
YUV 87.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 206 36 46 0 0.83 0.78 0.19 356.47 0.7 0.47
Hex CE 24 2E 0 53 4E 13 164 46 2F
Octal 316 44 56 0 123 116 23 544 106 57
Binary 11001110 100100 101110 0 1010011 1001110 10011 101100100 1000110 101111

Color Harmonies of #CE242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE242E

Black with #CE242E

Text Example


Text Example

White with #CE242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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