#C11615

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

Shades of Fire Brick #C11615

Tints of Fire Brick #C11615

Color information

#C11615 (or 0xC11615) is unknown color: approx Fire Brick. HEX triplet: C1, 16 and 15. RGB value is (193,22,21). Sum of RGB (Red+Green+Blue) = 193+22+21=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11615 is #3EE9EA. Grayscale: #494949. Windows color (decimal): -4123115 or 1382081. OLE color: 1382081.

HSL color Cylindrical-coordinate representation of color #C11615: hue angle of 0.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11615 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1932221-
CMYK00.890.890.24
HSL0.35º80.37%41.96%-
HSV(B)0.35º89.12%75.69%-
XYZ22.4111.971.84-
YUV73.0298.65213.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=81.78%
G=9.32%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193222100.890.890.240.3580.3741.96
HexC1161505959180502a
Octal3012625013113130012052
Binary1100000110110101010101100110110011100001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11615; }

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

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

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

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

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

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

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

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