#C53344

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

Shades of Brick Red #C53344

Tints of Brick Red #C53344

Color information

#C53344 (or 0xC53344) is unknown color: approx Brick Red. HEX triplet: C5, 33 and 44. RGB value is (197,51,68). Sum of RGB (Red+Green+Blue) = 197+51+68=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53344 is #3ACCBB. Grayscale: #606060. Windows color (decimal): -3853500 or 4469701. OLE color: 4469701.

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

Color convert

RGB1975168-
CMYK00.740.650.23
HSL353.01º58.87%48.63%-
HSV(B)353.01º74.11%77.25%-
XYZ25.2514.666.97-
YUV96.59111.87199.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.34%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=62.34%
G=16.14%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197516800.740.650.23353.0158.8748.63
HexC5334404A41171613b31
Octal305631040112101275417361
Binary11000101110011100010001001010100000110111101100001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53344; }

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

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

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

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

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

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

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

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