Html Css Color HEX #C53E3F Mahogany

📋 copy color: '#C53E3F'

red 197 ◦ green 62 ◦ blue 63

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

Shades of Mahogany #C53E3F

Tints of Mahogany #C53E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 61.18%
G = 19.25%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C53E3F (or 0xC53E3F) is known color: Mahogany. HEX triplet: C5, 3E and 3F. RGB value is (197,62,63). Sum of RGB (Red+Green+Blue) = 197+62+63=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E3F is #3AC1C0. Grayscale: #666666. Windows color (decimal): -3850689 or 4144837. OLE color: 4144837.

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

Color convert

RGB 197 62 63 -
CMYK 0 0.69 0.68 0.23
HSL 359.56º 0.54% 0.51% -
HSV(B) 359.56º 0.69% 0.77% -
XYZ 25.65 15.67 6.38 -
YUV 102.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 197 62 63 0 0.69 0.68 0.23 359.56 0.54 0.51
Hex C5 3E 3F 0 45 44 17 168 36 33
Octal 305 76 77 0 105 104 27 550 66 63
Binary 11000101 111110 111111 0 1000101 1000100 10111 101101000 110110 110011

Color Harmonies of #C53E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E3F

Black with #C53E3F

Text Example


Text Example

White with #C53E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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