Html Css Color HEX #CE383B Mahogany

📋 copy color: '#CE383B'

red 206 ◦ green 56 ◦ blue 59

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

Shades of Mahogany #CE383B

Tints of Mahogany #CE383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 64.17%
G = 17.45%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE383B (or 0xCE383B) is known color: Mahogany. HEX triplet: CE, 38 and 3B. RGB value is (206,56,59). Sum of RGB (Red+Green+Blue) = 206+56+59=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE383B is #31C7C4. Grayscale: #656565. Windows color (decimal): -3262405 or 3881166. OLE color: 3881166.

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

Color convert

RGB 206 56 59 -
CMYK 0 0.73 0.71 0.19
HSL 358.8º 0.6% 0.51% -
HSV(B) 358.8º 0.73% 0.81% -
XYZ 27.66 16.27 5.82 -
YUV 101.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 206 56 59 0 0.73 0.71 0.19 358.8 0.6 0.51
Hex CE 38 3B 0 49 47 13 167 3C 33
Octal 316 70 73 0 111 107 23 547 74 63
Binary 11001110 111000 111011 0 1001001 1000111 10011 101100111 111100 110011

Color Harmonies of #CE383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE383B

Black with #CE383B

Text Example


Text Example

White with #CE383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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