#C12115

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

Shades of Fire Brick #C12115

Tints of Fire Brick #C12115

Color information

#C12115 (or 0xC12115) is unknown color: approx Fire Brick. HEX triplet: C1, 21 and 15. RGB value is (193,33,21). Sum of RGB (Red+Green+Blue) = 193+33+21=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C12115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12115 is #3EDEEA. Grayscale: #4F4F4F. Windows color (decimal): -4120299 or 1384897. OLE color: 1384897.

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

Color convert

RGB1933321-
CMYK00.830.890.24
HSL4.19º80.37%41.96%-
HSV(B)4.19º89.12%75.69%-
XYZ22.6712.481.92-
YUV79.4795.01208.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.14%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=78.14%
G=13.36%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193332100.830.890.244.1980.3741.96
HexC1211505359184502a
Octal3014125012313130412052
Binary1100000110000110101010100111011001110001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12115; }

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

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

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

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

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

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

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

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