Html Css Color HEX #C53436 Mahogany

📋 copy color: '#C53436'

red 197 ◦ green 52 ◦ blue 54

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

Shades of Mahogany #C53436

Tints of Mahogany #C53436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 65.02%
G = 17.16%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53436 (or 0xC53436) is known color: Mahogany. HEX triplet: C5, 34 and 36. RGB value is (197,52,54). Sum of RGB (Red+Green+Blue) = 197+52+54=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53436 is #3ACBC9. Grayscale: #5F5F5F. Windows color (decimal): -3853258 or 3552453. OLE color: 3552453.

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

Color convert

RGB 197 52 54 -
CMYK 0 0.74 0.73 0.23
HSL 359.17º 0.58% 0.49% -
HSV(B) 359.17º 0.74% 0.77% -
XYZ 24.92 14.59 4.99 -
YUV 95.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 197 52 54 0 0.74 0.73 0.23 359.17 0.58 0.49
Hex C5 34 36 0 4A 49 17 167 3A 31
Octal 305 64 66 0 112 111 27 547 72 61
Binary 11000101 110100 110110 0 1001010 1001001 10111 101100111 111010 110001

Color Harmonies of #C53436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53436

Black with #C53436

Text Example


Text Example

White with #C53436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53436; }

 p { color: rgb(197,52,54); }

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

background-color css

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

 a { background-color: rgb(197,52,54); }

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

border-color css

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

 span { border-color: rgb(197,52,54); }

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