Html Css Color HEX #C13437 Mahogany

📋 copy color: '#C13437'

red 193 ◦ green 52 ◦ blue 55

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

Shades of Mahogany #C13437

Tints of Mahogany #C13437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 64.33%
G = 17.33%
B = 18.33%

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

#C13437 (or 0xC13437) is known color: Mahogany. HEX triplet: C1, 34 and 37. RGB value is (193,52,55). Sum of RGB (Red+Green+Blue) = 193+52+55=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C13437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13437 is #3ECBC8. Grayscale: #5E5E5E. Windows color (decimal): -4115401 or 3617985. OLE color: 3617985.

HSL color Cylindrical-coordinate representation of color #C13437: hue angle of 358.72º degrees, saturation: 0.58, 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 #C13437 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 55 -
CMYK 0 0.73 0.72 0.24
HSL 358.72º 0.58% 0.48% -
HSV(B) 358.72º 0.73% 0.76% -
XYZ 23.91 14.07 5.07 -
YUV 94.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 193 52 55 0 0.73 0.72 0.24 358.72 0.58 0.48
Hex C1 34 37 0 49 48 18 167 3A 30
Octal 301 64 67 0 111 110 30 547 72 60
Binary 11000001 110100 110111 0 1001001 1001000 11000 101100111 111010 110000

Color Harmonies of #C13437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13437

Black with #C13437

Text Example


Text Example

White with #C13437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13437; }

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

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

background-color css

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

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

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

border-color css

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

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

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