#C52444

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

Shades of Brick Red #C52444

Tints of Brick Red #C52444

Color information

#C52444 (or 0xC52444) is unknown color: approx Brick Red. HEX triplet: C5, 24 and 44. RGB value is (197,36,68). Sum of RGB (Red+Green+Blue) = 197+36+68=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C52444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52444 is #3ADBBB. Grayscale: #575757. Windows color (decimal): -3857340 or 4465861. OLE color: 4465861.

HSL color Cylindrical-coordinate representation of color #C52444: hue angle of 348.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52444 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1973668-
CMYK00.820.650.23
HSL348.07º69.1%45.69%-
HSV(B)348.07º81.73%77.25%-
XYZ24.713.556.78-
YUV87.79116.84205.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.45%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=65.45%
G=11.96%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197366800.820.650.23348.0769.145.69
HexC52444052411715c452e
Octal3054410401221012753410556
Binary110001011001001000100010100101000001101111010111001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52444; }

 p { color: rgb(197,36,68); }

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

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

 a { background-color: rgb(197,36,68); }

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

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

 span { border-color: rgb(197,36,68); }

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