#C61715

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

Shades of Fire Brick #C61715

Tints of Fire Brick #C61715

Color information

#C61715 (or 0xC61715) is unknown color: approx Fire Brick. HEX triplet: C6, 17 and 15. RGB value is (198,23,21). Sum of RGB (Red+Green+Blue) = 198+23+21=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C61715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61715 is #39E8EA. Grayscale: #4B4B4B. Windows color (decimal): -3795179 or 1382342. OLE color: 1382342.

HSL color Cylindrical-coordinate representation of color #C61715: hue angle of 0.68º 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 #C61715 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1982321-
CMYK00.880.890.22
HSL0.68º80.82%42.94%-
HSV(B)0.68º89.39%77.65%-
XYZ23.7312.671.9-
YUV75.197.48215.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 81.82%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=81.82%
G=9.50%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198232100.880.890.220.6880.8242.94
HexC6171505859161512b
Octal3062725013013126112153
Binary1100011010111101010101100010110011011011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61715; }

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

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

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

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

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

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

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

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