Html Css Color HEX #C13537 Mahogany

📋 copy color: '#C13537'

red 193 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #C13537

Tints of Mahogany #C13537

RGB

 RED value IS 193 (75.78% from 255) = 64.12%

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 64.12%
G = 17.61%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C13537 (or 0xC13537) is known color: Mahogany. HEX triplet: C1, 35 and 37. RGB value is (193,53,55). Sum of RGB (Red+Green+Blue) = 193+53+55=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C13537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13537 is #3ECAC8. Grayscale: #5F5F5F. Windows color (decimal): -4115145 or 3618241. OLE color: 3618241.

HSL color Cylindrical-coordinate representation of color #C13537: hue angle of 359.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13537 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 55 -
CMYK 0 0.73 0.72 0.24
HSL 359.14º 0.57% 0.48% -
HSV(B) 359.14º 0.73% 0.76% -
XYZ 23.96 14.16 5.08 -
YUV 95.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 193 53 55 0 0.73 0.72 0.24 359.14 0.57 0.48
Hex C1 35 37 0 49 48 18 167 39 30
Octal 301 65 67 0 111 110 30 547 71 60
Binary 11000001 110101 110111 0 1001001 1001000 11000 101100111 111001 110000

Color Harmonies of #C13537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13537

Black with #C13537

Text Example


Text Example

White with #C13537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13537; }

 p { color: rgb(193,53,55); }

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

background-color css

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

 a { background-color: rgb(193,53,55); }

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

border-color css

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

 span { border-color: rgb(193,53,55); }

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