Html Css Color HEX #CE3E3F Mahogany

📋 copy color: '#CE3E3F'

red 206 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #CE3E3F

Tints of Mahogany #CE3E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.73%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 62.24%
G = 18.73%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE3E3F (or 0xCE3E3F) is known color: Mahogany. HEX triplet: CE, 3E and 3F. RGB value is (206,62,63). Sum of RGB (Red+Green+Blue) = 206+62+63=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E3F is #31C1C0. Grayscale: #696969. Windows color (decimal): -3260865 or 4144846. OLE color: 4144846.

HSL color Cylindrical-coordinate representation of color #CE3E3F: hue angle of 359.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E3F is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 63 -
CMYK 0 0.70 0.69 0.19
HSL 359.58º 0.6% 0.53% -
HSV(B) 359.58º 0.7% 0.81% -
XYZ 28.07 16.93 6.49 -
YUV 105.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 206 62 63 0 0.70 0.69 0.19 359.58 0.6 0.53
Hex CE 3E 3F 0 46 45 13 168 3C 35
Octal 316 76 77 0 106 105 23 550 74 65
Binary 11001110 111110 111111 0 1000110 1000101 10011 101101000 111100 110101

Color Harmonies of #CE3E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E3F

Black with #CE3E3F

Text Example


Text Example

White with #CE3E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E3F; }

 p { color: rgb(206,62,63); }

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

background-color css

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

 a { background-color: rgb(206,62,63); }

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

border-color css

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

 span { border-color: rgb(206,62,63); }

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