Html Css Color HEX #C53239 Mahogany

📋 copy color: '#C53239'

red 197 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #C53239

Tints of Mahogany #C53239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 64.8%
G = 16.45%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C53239 (or 0xC53239) is known color: Mahogany. HEX triplet: C5, 32 and 39. RGB value is (197,50,57). Sum of RGB (Red+Green+Blue) = 197+50+57=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C53239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53239 is #3ACDC6. Grayscale: #5E5E5E. Windows color (decimal): -3853767 or 3748549. OLE color: 3748549.

HSL color Cylindrical-coordinate representation of color #C53239: hue angle of 357.14º 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 #C53239 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 57 -
CMYK 0 0.75 0.71 0.23
HSL 357.14º 0.6% 0.48% -
HSV(B) 357.14º 0.75% 0.77% -
XYZ 24.91 14.45 5.35 -
YUV 94.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 197 50 57 0 0.75 0.71 0.23 357.14 0.6 0.48
Hex C5 32 39 0 4B 47 17 165 3C 30
Octal 305 62 71 0 113 107 27 545 74 60
Binary 11000101 110010 111001 0 1001011 1000111 10111 101100101 111100 110000

Color Harmonies of #C53239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53239

Black with #C53239

Text Example


Text Example

White with #C53239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53239; }

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

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

background-color css

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

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

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

border-color css

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

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

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