#C61615

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

Shades of Fire Brick #C61615

Tints of Fire Brick #C61615

Color information

#C61615 (or 0xC61615) is unknown color: approx Fire Brick. HEX triplet: C6, 16 and 15. RGB value is (198,22,21). Sum of RGB (Red+Green+Blue) = 198+22+21=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61615 is #39E9EA. Grayscale: #4A4A4A. Windows color (decimal): -3795435 or 1382086. OLE color: 1382086.

HSL color Cylindrical-coordinate representation of color #C61615: hue angle of 0.34º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61615 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1982221-
CMYK00.890.890.22
HSL0.34º80.82%42.94%-
HSV(B)0.34º89.39%77.65%-
XYZ23.7112.631.9-
YUV74.5197.81216.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 82.16%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=82.16%
G=9.13%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198222100.890.890.220.3480.8242.94
HexC6161505959160512b
Octal3062625013113126012153
Binary1100011010110101010101100110110011011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61615; }

 p { color: rgb(198,22,21); }

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

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

 a { background-color: rgb(198,22,21); }

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

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

 span { border-color: rgb(198,22,21); }

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