#C53642

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

Shades of Brick Red #C53642

Tints of Brick Red #C53642

Color information

#C53642 (or 0xC53642) is unknown color: approx Brick Red. HEX triplet: C5, 36 and 42. RGB value is (197,54,66). Sum of RGB (Red+Green+Blue) = 197+54+66=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C53642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53642 is #3AC9BD. Grayscale: #626262. Windows color (decimal): -3852734 or 4339397. OLE color: 4339397.

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

Color convert

RGB1975466-
CMYK00.730.660.23
HSL354.97º56.97%49.22%-
HSV(B)354.97º72.59%77.25%-
XYZ25.3314.96.7-
YUV98.12109.88198.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.15%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=62.15%
G=17.03%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197546600.730.660.23354.9756.9749.22
HexC5364204942171633931
Octal305661020111102275437161
Binary11000101110110100001001001001100001010111101100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53642; }

 p { color: rgb(197,54,66); }

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

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

 a { background-color: rgb(197,54,66); }

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

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

 span { border-color: rgb(197,54,66); }

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