Html Css Color HEX #C93940 Mahogany

📋 copy color: '#C93940'

red 201 ◦ green 57 ◦ blue 64

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

Shades of Mahogany #C93940

Tints of Mahogany #C93940

RGB

 RED value IS 201 (78.91% from 255) = 62.42%

 GREEN value IS 57 (22.66% from 255) = 17.7%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 62.42%
G = 17.7%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93940 (or 0xC93940) is known color: Mahogany. HEX triplet: C9, 39 and 40. RGB value is (201,57,64). Sum of RGB (Red+Green+Blue) = 201+57+64=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93940 is #36C6BF. Grayscale: #646464. Windows color (decimal): -3589824 or 4209097. OLE color: 4209097.

HSL color Cylindrical-coordinate representation of color #C93940: hue angle of 357.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93940 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 64 -
CMYK 0 0.72 0.68 0.21
HSL 357.08º 0.57% 0.51% -
HSV(B) 357.08º 0.72% 0.79% -
XYZ 26.48 15.71 6.49 -
YUV 100.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 201 57 64 0 0.72 0.68 0.21 357.08 0.57 0.51
Hex C9 39 40 0 48 44 15 165 39 33
Octal 311 71 100 0 110 104 25 545 71 63
Binary 11001001 111001 1000000 0 1001000 1000100 10101 101100101 111001 110011

Color Harmonies of #C93940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93940

Black with #C93940

Text Example


Text Example

White with #C93940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93940; }

 p { color: rgb(201,57,64); }

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

background-color css

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

 a { background-color: rgb(201,57,64); }

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

border-color css

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

 span { border-color: rgb(201,57,64); }

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