#C53F49

Color #C53F49 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C53F49

Tints of Brick Red #C53F49

Color information

#C53F49 (or 0xC53F49) is unknown color: approx Brick Red. HEX triplet: C5, 3F and 49. RGB value is (197,63,73). Sum of RGB (Red+Green+Blue) = 197+63+73=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F49 is #3AC0B6. Grayscale: #686868. Windows color (decimal): -3850423 or 4800453. OLE color: 4800453.

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

Color convert

RGB1976373-
CMYK00.680.630.23
HSL355.52º53.6%50.98%-
HSV(B)355.52º68.02%77.25%-
XYZ26.0115.918-
YUV104.21110.39194.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=59.16%
G=18.92%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197637300.680.630.23355.5253.650.98
HexC53F490443F171643633
Octal30577111010477275446663
Binary1100010111111110010010100010011111110111101100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F49; }

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

 H1.HeaderClassName
 {
   color: #C53F49;
 }
 .AnyTagClassName
 {
   color: #C53F49;
 }
</style>
background-color css

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

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

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

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

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

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