Html Css Color HEX #CE4248 Mahogany

📋 copy color: '#CE4248'

red 206 ◦ green 66 ◦ blue 72

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

Shades of Mahogany #CE4248

Tints of Mahogany #CE4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 59.88%
G = 19.19%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4248 (or 0xCE4248) is known color: Mahogany. HEX triplet: CE, 42 and 48. RGB value is (206,66,72). Sum of RGB (Red+Green+Blue) = 206+66+72=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4248 is #31BDB7. Grayscale: #6C6C6C. Windows color (decimal): -3259832 or 4735694. OLE color: 4735694.

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

Color convert

RGB 206 66 72 -
CMYK 0 0.68 0.65 0.19
HSL 357.43º 0.59% 0.53% -
HSV(B) 357.43º 0.68% 0.81% -
XYZ 28.57 17.49 8 -
YUV 108.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 206 66 72 0 0.68 0.65 0.19 357.43 0.59 0.53
Hex CE 42 48 0 44 41 13 165 3B 35
Octal 316 102 110 0 104 101 23 545 73 65
Binary 11001110 1000010 1001000 0 1000100 1000001 10011 101100101 111011 110101

Color Harmonies of #CE4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4248

Black with #CE4248

Text Example


Text Example

White with #CE4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4248; }

 p { color: rgb(206,66,72); }

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

background-color css

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

 a { background-color: rgb(206,66,72); }

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

border-color css

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

 span { border-color: rgb(206,66,72); }

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