Html Css Color HEX #C53E42 Mahogany

📋 copy color: '#C53E42'

red 197 ◦ green 62 ◦ blue 66

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

Shades of Mahogany #C53E42

Tints of Mahogany #C53E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

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

R = 60.62%
G = 19.08%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C53E42 (or 0xC53E42) is known color: Mahogany. HEX triplet: C5, 3E and 42. RGB value is (197,62,66). Sum of RGB (Red+Green+Blue) = 197+62+66=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E42 is #3AC1BD. Grayscale: #666666. Windows color (decimal): -3850686 or 4341445. OLE color: 4341445.

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

Color convert

RGB 197 62 66 -
CMYK 0 0.69 0.66 0.23
HSL 358.22º 0.54% 0.51% -
HSV(B) 358.22º 0.69% 0.77% -
XYZ 25.73 15.71 6.83 -
YUV 102.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 197 62 66 0 0.69 0.66 0.23 358.22 0.54 0.51
Hex C5 3E 42 0 45 42 17 166 36 33
Octal 305 76 102 0 105 102 27 546 66 63
Binary 11000101 111110 1000010 0 1000101 1000010 10111 101100110 110110 110011

Color Harmonies of #C53E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E42

Black with #C53E42

Text Example


Text Example

White with #C53E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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