Html Css Color HEX #C53438 Mahogany

📋 copy color: '#C53438'

red 197 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #C53438

Tints of Mahogany #C53438

RGB

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

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

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

R = 64.59%
G = 17.05%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53438 (or 0xC53438) is known color: Mahogany. HEX triplet: C5, 34 and 38. RGB value is (197,52,56). Sum of RGB (Red+Green+Blue) = 197+52+56=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53438 is #3ACBC7. Grayscale: #5F5F5F. Windows color (decimal): -3853256 or 3683525. OLE color: 3683525.

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

Color convert

RGB 197 52 56 -
CMYK 0 0.74 0.72 0.23
HSL 358.34º 0.58% 0.49% -
HSV(B) 358.34º 0.74% 0.77% -
XYZ 24.97 14.61 5.25 -
YUV 95.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 197 52 56 0 0.74 0.72 0.23 358.34 0.58 0.49
Hex C5 34 38 0 4A 48 17 166 3A 31
Octal 305 64 70 0 112 110 27 546 72 61
Binary 11000101 110100 111000 0 1001010 1001000 10111 101100110 111010 110001

Color Harmonies of #C53438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53438

Black with #C53438

Text Example


Text Example

White with #C53438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53438; }

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

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

background-color css

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

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

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

border-color css

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

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

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