#C53247

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

Shades of Brick Red #C53247

Tints of Brick Red #C53247

Color information

#C53247 (or 0xC53247) is unknown color: approx Brick Red. HEX triplet: C5, 32 and 47. RGB value is (197,50,71). Sum of RGB (Red+Green+Blue) = 197+50+71=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53247 is #3ACDB8. Grayscale: #606060. Windows color (decimal): -3853753 or 4666053. OLE color: 4666053.

HSL color Cylindrical-coordinate representation of color #C53247: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53247 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1975071-
CMYK00.750.640.23
HSL351.43º59.51%48.43%-
HSV(B)351.43º74.62%77.25%-
XYZ25.314.617.45-
YUV96.35113.7199.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.95%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 71 (28.12% from 255) = 22.33%
R=61.95%
G=15.72%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197507100.750.640.23351.4359.5148.43
HexC5324704B401715f3c30
Octal305621070113100275377460
Binary11000101110010100011101001011100000010111101011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53247; }

 p { color: rgb(197,50,71); }

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

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

 a { background-color: rgb(197,50,71); }

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

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

 span { border-color: rgb(197,50,71); }

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