Html Css Color HEX #C53738 Mahogany

📋 copy color: '#C53738'

red 197 ◦ green 55 ◦ blue 56

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

Shades of Mahogany #C53738

Tints of Mahogany #C53738

RGB

 RED value IS 197 (77.34% from 255) = 63.96%

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 63.96%
G = 17.86%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53738 (or 0xC53738) is known color: Mahogany. HEX triplet: C5, 37 and 38. RGB value is (197,55,56). Sum of RGB (Red+Green+Blue) = 197+55+56=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53738 is #3AC8C7. Grayscale: #616161. Windows color (decimal): -3852488 or 3684293. OLE color: 3684293.

HSL color Cylindrical-coordinate representation of color #C53738: hue angle of 359.58º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53738 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 56 -
CMYK 0 0.72 0.72 0.23
HSL 359.58º 0.56% 0.49% -
HSV(B) 359.58º 0.72% 0.77% -
XYZ 25.11 14.89 5.29 -
YUV 97.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 197 55 56 0 0.72 0.72 0.23 359.58 0.56 0.49
Hex C5 37 38 0 48 48 17 168 38 31
Octal 305 67 70 0 110 110 27 550 70 61
Binary 11000101 110111 111000 0 1001000 1001000 10111 101101000 111000 110001

Color Harmonies of #C53738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53738

Black with #C53738

Text Example


Text Example

White with #C53738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53738; }

 p { color: rgb(197,55,56); }

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

background-color css

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

 a { background-color: rgb(197,55,56); }

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

border-color css

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

 span { border-color: rgb(197,55,56); }

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