Html Css Color HEX #C53F42 Mahogany

📋 copy color: '#C53F42'

red 197 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #C53F42

Tints of Mahogany #C53F42

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 60.43%
G = 19.33%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53F42 (or 0xC53F42) is known color: Mahogany. HEX triplet: C5, 3F and 42. RGB value is (197,63,66). Sum of RGB (Red+Green+Blue) = 197+63+66=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F42 is #3AC0BD. Grayscale: #676767. Windows color (decimal): -3850430 or 4341701. OLE color: 4341701.

HSL color Cylindrical-coordinate representation of color #C53F42: hue angle of 358.66º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F42 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 66 -
CMYK 0 0.68 0.66 0.23
HSL 358.66º 0.54% 0.51% -
HSV(B) 358.66º 0.68% 0.77% -
XYZ 25.79 15.82 6.85 -
YUV 103.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 197 63 66 0 0.68 0.66 0.23 358.66 0.54 0.51
Hex C5 3F 42 0 44 42 17 167 36 33
Octal 305 77 102 0 104 102 27 547 66 63
Binary 11000101 111111 1000010 0 1000100 1000010 10111 101100111 110110 110011

Color Harmonies of #C53F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F42

Black with #C53F42

Text Example


Text Example

White with #C53F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F42; }

 p { color: rgb(197,63,66); }

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

background-color css

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

 a { background-color: rgb(197,63,66); }

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

border-color css

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

 span { border-color: rgb(197,63,66); }

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