Html Css Color HEX #C53F43 Mahogany

📋 copy color: '#C53F43'

red 197 ◦ green 63 ◦ blue 67

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

Shades of Mahogany #C53F43

Tints of Mahogany #C53F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 60.24%
G = 19.27%
B = 20.49%

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

#C53F43 (or 0xC53F43) is known color: Mahogany. HEX triplet: C5, 3F and 43. RGB value is (197,63,67). Sum of RGB (Red+Green+Blue) = 197+63+67=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F43 is #3AC0BC. Grayscale: #676767. Windows color (decimal): -3850429 or 4407237. OLE color: 4407237.

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

Color convert

RGB 197 63 67 -
CMYK 0 0.68 0.66 0.23
HSL 358.21º 0.54% 0.51% -
HSV(B) 358.21º 0.68% 0.77% -
XYZ 25.82 15.83 7.01 -
YUV 103.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 197 63 67 0 0.68 0.66 0.23 358.21 0.54 0.51
Hex C5 3F 43 0 44 42 17 166 36 33
Octal 305 77 103 0 104 102 27 546 66 63
Binary 11000101 111111 1000011 0 1000100 1000010 10111 101100110 110110 110011

Color Harmonies of #C53F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F43

Black with #C53F43

Text Example


Text Example

White with #C53F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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