Html Css Color HEX #CE363B Mahogany

📋 copy color: '#CE363B'

red 206 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #CE363B

Tints of Mahogany #CE363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 64.58%
G = 16.93%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE363B (or 0xCE363B) is known color: Mahogany. HEX triplet: CE, 36 and 3B. RGB value is (206,54,59). Sum of RGB (Red+Green+Blue) = 206+54+59=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE363B is #31C9C4. Grayscale: #646464. Windows color (decimal): -3262917 or 3880654. OLE color: 3880654.

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

Color convert

RGB 206 54 59 -
CMYK 0 0.74 0.71 0.19
HSL 358.03º 0.61% 0.51% -
HSV(B) 358.03º 0.74% 0.81% -
XYZ 27.56 16.08 5.79 -
YUV 100.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 206 54 59 0 0.74 0.71 0.19 358.03 0.61 0.51
Hex CE 36 3B 0 4A 47 13 166 3D 33
Octal 316 66 73 0 112 107 23 546 75 63
Binary 11001110 110110 111011 0 1001010 1000111 10011 101100110 111101 110011

Color Harmonies of #CE363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE363B

Black with #CE363B

Text Example


Text Example

White with #CE363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE363B; }

 p { color: rgb(206,54,59); }

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

background-color css

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

 a { background-color: rgb(206,54,59); }

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

border-color css

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

 span { border-color: rgb(206,54,59); }

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