Html Css Color HEX #CE383F Mahogany

📋 copy color: '#CE383F'

red 206 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #CE383F

Tints of Mahogany #CE383F

RGB

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

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

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

R = 63.38%
G = 17.23%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE383F (or 0xCE383F) is known color: Mahogany. HEX triplet: CE, 38 and 3F. RGB value is (206,56,63). Sum of RGB (Red+Green+Blue) = 206+56+63=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE383F is #31C7C0. Grayscale: #656565. Windows color (decimal): -3262401 or 4143310. OLE color: 4143310.

HSL color Cylindrical-coordinate representation of color #CE383F: hue angle of 357.2º 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 #CE383F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 56 63 -
CMYK 0 0.73 0.69 0.19
HSL 357.2º 0.6% 0.51% -
HSV(B) 357.2º 0.73% 0.81% -
XYZ 27.76 16.31 6.39 -
YUV 101.65 106.2 202.43 -
System Red Green Blue C M Y K H S L
Decimal 206 56 63 0 0.73 0.69 0.19 357.2 0.6 0.51
Hex CE 38 3F 0 49 45 13 165 3C 33
Octal 316 70 77 0 111 105 23 545 74 63
Binary 11001110 111000 111111 0 1001001 1000101 10011 101100101 111100 110011

Color Harmonies of #CE383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE383F

Black with #CE383F

Text Example


Text Example

White with #CE383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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