#C52F43

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

Shades of Brick Red #C52F43

Tints of Brick Red #C52F43

Color information

#C52F43 (or 0xC52F43) is unknown color: approx Brick Red. HEX triplet: C5, 2F and 43. RGB value is (197,47,67). Sum of RGB (Red+Green+Blue) = 197+47+67=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C52F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52F43 is #3AD0BC. Grayscale: #5E5E5E. Windows color (decimal): -3854525 or 4403141. OLE color: 4403141.

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

Color convert

RGB1974767-
CMYK00.760.660.23
HSL352º61.48%47.84%-
HSV(B)352º76.14%77.25%-
XYZ25.0614.316.75-
YUV94.13112.7201.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=63.34%
G=15.11%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197476700.760.660.2335261.4847.84
HexC52F4304C42171603d30
Octal305571030114102275407560
Binary11000101101111100001101001100100001010111101100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52F43; }

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

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

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

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

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

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

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

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