Html Css Color HEX #C93941 Mahogany

📋 copy color: '#C93941'

red 201 ◦ green 57 ◦ blue 65

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

Shades of Mahogany #C93941

Tints of Mahogany #C93941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 62.23%
G = 17.65%
B = 20.12%

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

#C93941 (or 0xC93941) is known color: Mahogany. HEX triplet: C9, 39 and 41. RGB value is (201,57,65). Sum of RGB (Red+Green+Blue) = 201+57+65=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C93941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93941 is #36C6BE. Grayscale: #656565. Windows color (decimal): -3589823 or 4274633. OLE color: 4274633.

HSL color Cylindrical-coordinate representation of color #C93941: hue angle of 356.67º 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 #C93941 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 65 -
CMYK 0 0.72 0.68 0.21
HSL 356.67º 0.57% 0.51% -
HSV(B) 356.67º 0.72% 0.79% -
XYZ 26.5 15.73 6.64 -
YUV 100.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 201 57 65 0 0.72 0.68 0.21 356.67 0.57 0.51
Hex C9 39 41 0 48 44 15 165 39 33
Octal 311 71 101 0 110 104 25 545 71 63
Binary 11001001 111001 1000001 0 1001000 1000100 10101 101100101 111001 110011

Color Harmonies of #C93941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93941

Black with #C93941

Text Example


Text Example

White with #C93941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93941; }

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

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

background-color css

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

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

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

border-color css

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

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

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