#c63541

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

Shades of Brick Red #C63541

Tints of Brick Red #C63541

Color information

#C63541 (or 0xC63541) is unknown color: approx Brick Red. HEX triplet: C6, 35 and 41. RGB value is (198,53,65). Sum of RGB (Red+Green+Blue) = 198+53+65=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C63541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63541 is #39CABE. Grayscale: #616161. Windows color (decimal): -3787455 or 4273606. OLE color: 4273606.

HSL color Cylindrical-coordinate representation of color #C63541: hue angle of 355.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63541 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB1985365-
CMYK00.730.670.22
HSL355.03º57.77%49.22%-
HSV(B)355.03º73.23%77.65%-
XYZ25.5214.936.54-
YUV97.72109.54199.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=62.66%
G=16.77%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198536500.730.670.22355.0357.7749.22
HexC6354104943161633a31
Octal306651010111103265437261
Binary11000110110101100000101001001100001110110101100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63541; }

 p { color: rgb(198,53,65); }

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

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

 a { background-color: rgb(198,53,65); }

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

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

 span { border-color: rgb(198,53,65); }

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