Html Css Color HEX #C53235 Mahogany

📋 copy color: '#C53235'

red 197 ◦ green 50 ◦ blue 53

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

Shades of Mahogany #C53235

Tints of Mahogany #C53235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 53 (21.09% from 255) = 17.67%

R = 65.67%
G = 16.67%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53235 (or 0xC53235) is known color: Mahogany. HEX triplet: C5, 32 and 35. RGB value is (197,50,53). Sum of RGB (Red+Green+Blue) = 197+50+53=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53235 is #3ACDCA. Grayscale: #5E5E5E. Windows color (decimal): -3853771 or 3486405. OLE color: 3486405.

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

Color convert

RGB 197 50 53 -
CMYK 0 0.75 0.73 0.23
HSL 358.78º 0.6% 0.48% -
HSV(B) 358.78º 0.75% 0.77% -
XYZ 24.81 14.41 4.84 -
YUV 94.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 197 50 53 0 0.75 0.73 0.23 358.78 0.6 0.48
Hex C5 32 35 0 4B 49 17 167 3C 30
Octal 305 62 65 0 113 111 27 547 74 60
Binary 11000101 110010 110101 0 1001011 1001001 10111 101100111 111100 110000

Color Harmonies of #C53235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53235

Black with #C53235

Text Example


Text Example

White with #C53235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53235; }

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

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

background-color css

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

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

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

border-color css

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

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

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