Html Css Color HEX #C13037 Mahogany

📋 copy color: '#C13037'

red 193 ◦ green 48 ◦ blue 55

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

Shades of Mahogany #C13037

Tints of Mahogany #C13037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 65.2%
G = 16.22%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C13037 (or 0xC13037) is known color: Mahogany. HEX triplet: C1, 30 and 37. RGB value is (193,48,55). Sum of RGB (Red+Green+Blue) = 193+48+55=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C13037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13037 is #3ECFC8. Grayscale: #5C5C5C. Windows color (decimal): -4116425 or 3616961. OLE color: 3616961.

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

Color convert

RGB 193 48 55 -
CMYK 0 0.75 0.72 0.24
HSL 357.1º 0.6% 0.47% -
HSV(B) 357.1º 0.75% 0.76% -
XYZ 23.74 13.73 5.01 -
YUV 92.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 193 48 55 0 0.75 0.72 0.24 357.1 0.6 0.47
Hex C1 30 37 0 4B 48 18 165 3C 2F
Octal 301 60 67 0 113 110 30 545 74 57
Binary 11000001 110000 110111 0 1001011 1001000 11000 101100101 111100 101111

Color Harmonies of #C13037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13037

Black with #C13037

Text Example


Text Example

White with #C13037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13037; }

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

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

background-color css

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

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

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

border-color css

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

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

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