Html Css Color HEX #C53538 Mahogany

📋 copy color: '#C53538'

red 197 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #C53538

Tints of Mahogany #C53538

RGB

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

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

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

R = 64.38%
G = 17.32%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53538 (or 0xC53538) is known color: Mahogany. HEX triplet: C5, 35 and 38. RGB value is (197,53,56). Sum of RGB (Red+Green+Blue) = 197+53+56=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C53538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53538 is #3ACAC7. Grayscale: #606060. Windows color (decimal): -3853000 or 3683781. OLE color: 3683781.

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

Color convert

RGB 197 53 56 -
CMYK 0 0.73 0.72 0.23
HSL 358.75º 0.58% 0.49% -
HSV(B) 358.75º 0.73% 0.77% -
XYZ 25.01 14.7 5.26 -
YUV 96.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 197 53 56 0 0.73 0.72 0.23 358.75 0.58 0.49
Hex C5 35 38 0 49 48 17 167 3A 31
Octal 305 65 70 0 111 110 27 547 72 61
Binary 11000101 110101 111000 0 1001001 1001000 10111 101100111 111010 110001

Color Harmonies of #C53538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53538

Black with #C53538

Text Example


Text Example

White with #C53538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53538; }

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

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

background-color css

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

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

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

border-color css

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

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

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