Html Css Color HEX #CE3438 Mahogany

📋 copy color: '#CE3438'

red 206 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #CE3438

Tints of Mahogany #CE3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 65.61%
G = 16.56%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE3438 (or 0xCE3438) is known color: Mahogany. HEX triplet: CE, 34 and 38. RGB value is (206,52,56). Sum of RGB (Red+Green+Blue) = 206+52+56=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3438 is #31CBC7. Grayscale: #626262. Windows color (decimal): -3263432 or 3683534. OLE color: 3683534.

HSL color Cylindrical-coordinate representation of color #CE3438: hue angle of 358.44º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3438 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 52 56 -
CMYK 0 0.75 0.73 0.19
HSL 358.44º 0.61% 0.51% -
HSV(B) 358.44º 0.75% 0.81% -
XYZ 27.4 15.86 5.36 -
YUV 98.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 206 52 56 0 0.75 0.73 0.19 358.44 0.61 0.51
Hex CE 34 38 0 4B 49 13 166 3D 33
Octal 316 64 70 0 113 111 23 546 75 63
Binary 11001110 110100 111000 0 1001011 1001001 10011 101100110 111101 110011

Color Harmonies of #CE3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3438

Black with #CE3438

Text Example


Text Example

White with #CE3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3438; }

 p { color: rgb(206,52,56); }

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

background-color css

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

 a { background-color: rgb(206,52,56); }

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

border-color css

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

 span { border-color: rgb(206,52,56); }

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