#C53541

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

Shades of Brick Red #C53541

Tints of Brick Red #C53541

Color information

#C53541 (or 0xC53541) is unknown color: approx Brick Red. HEX triplet: C5, 35 and 41. RGB value is (197,53,65). Sum of RGB (Red+Green+Blue) = 197+53+65=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53541 is #3ACABE. Grayscale: #616161. Windows color (decimal): -3852991 or 4273605. OLE color: 4273605.

HSL color Cylindrical-coordinate representation of color #C53541: hue angle of 355º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53541 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB1975365-
CMYK00.730.670.23
HSL355º57.6%49.02%-
HSV(B)355º73.1%77.25%-
XYZ25.2514.86.53-
YUV97.42109.71199.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.54%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=62.54%
G=16.83%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197536500.730.670.2335557.649.02
HexC5354104943171633a31
Octal305651010111103275437261
Binary11000101110101100000101001001100001110111101100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53541; }

 p { color: rgb(197,53,65); }

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

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

 a { background-color: rgb(197,53,65); }

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

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

 span { border-color: rgb(197,53,65); }

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