Html Css Color HEX #CE242D Mahogany

📋 copy color: '#CE242D'

red 206 ◦ green 36 ◦ blue 45

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

Shades of Mahogany #CE242D

Tints of Mahogany #CE242D

RGB

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

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

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

R = 71.78%
G = 12.54%
B = 15.68%

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

#CE242D (or 0xCE242D) is known color: Mahogany. HEX triplet: CE, 24 and 2D. RGB value is (206,36,45). Sum of RGB (Red+Green+Blue) = 206+36+45=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242D is #31DBD2. Grayscale: #575757. Windows color (decimal): -3267539 or 2958542. OLE color: 2958542.

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

Color convert

RGB 206 36 45 -
CMYK 0 0.83 0.78 0.19
HSL 356.82º 0.7% 0.47% -
HSV(B) 356.82º 0.83% 0.81% -
XYZ 26.56 14.57 3.9 -
YUV 87.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 206 36 45 0 0.83 0.78 0.19 356.82 0.7 0.47
Hex CE 24 2D 0 53 4E 13 165 46 2F
Octal 316 44 55 0 123 116 23 545 106 57
Binary 11001110 100100 101101 0 1010011 1001110 10011 101100101 1000110 101111

Color Harmonies of #CE242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE242D

Black with #CE242D

Text Example


Text Example

White with #CE242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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