Html Css Color HEX #C53238 Mahogany

📋 copy color: '#C53238'

red 197 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C53238

Tints of Mahogany #C53238

RGB

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

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

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

R = 65.02%
G = 16.5%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53238 (or 0xC53238) is known color: Mahogany. HEX triplet: C5, 32 and 38. RGB value is (197,50,56). Sum of RGB (Red+Green+Blue) = 197+50+56=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53238 is #3ACDC7. Grayscale: #5E5E5E. Windows color (decimal): -3853768 or 3683013. OLE color: 3683013.

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

Color convert

RGB 197 50 56 -
CMYK 0 0.75 0.72 0.23
HSL 357.55º 0.6% 0.48% -
HSV(B) 357.55º 0.75% 0.77% -
XYZ 24.88 14.44 5.22 -
YUV 94.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 197 50 56 0 0.75 0.72 0.23 357.55 0.6 0.48
Hex C5 32 38 0 4B 48 17 166 3C 30
Octal 305 62 70 0 113 110 27 546 74 60
Binary 11000101 110010 111000 0 1001011 1001000 10111 101100110 111100 110000

Color Harmonies of #C53238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53238

Black with #C53238

Text Example


Text Example

White with #C53238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53238; }

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

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

background-color css

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

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

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

border-color css

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

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

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