#c53947

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

Shades of Brick Red #C53947

Tints of Brick Red #C53947

Color information

#C53947 (or 0xC53947) is unknown color: approx Brick Red. HEX triplet: C5, 39 and 47. RGB value is (197,57,71). Sum of RGB (Red+Green+Blue) = 197+57+71=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C53947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53947 is #3AC6B8. Grayscale: #646464. Windows color (decimal): -3851961 or 4667845. OLE color: 4667845.

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

Color convert

RGB1975771-
CMYK00.710.640.23
HSL354º55.12%49.8%-
HSV(B)354º71.07%77.25%-
XYZ25.6315.257.55-
YUV100.46111.38196.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=60.62%
G=17.54%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197577100.710.640.2335455.1249.8
HexC5394704740171623732
Octal305711070107100275426762
Binary11000101111001100011101000111100000010111101100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53947; }

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

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

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

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

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

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

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

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