#C11A1A

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

Shades of Fire Brick #C11A1A

Tints of Fire Brick #C11A1A

Color information

#C11A1A (or 0xC11A1A) is unknown color: approx Fire Brick. HEX triplet: C1, 1A and 1A. RGB value is (193,26,26). Sum of RGB (Red+Green+Blue) = 193+26+26=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A1A is #3EE5E5. Grayscale: #4C4C4C. Windows color (decimal): -4122086 or 1710785. OLE color: 1710785.

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

Color convert

RGB1932626-
CMYK00.870.870.24
HSL76.26%42.94%-
HSV(B)86.53%75.69%-
XYZ22.5512.152.13-
YUV75.9399.83211.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.78%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=78.78%
G=10.61%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193262600.870.870.24076.2642.94
HexC11A1A057571804c2b
Octal3013232012712730011453
Binary1100000111010110100101011110101111100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11A1A; }

 p { color: rgb(193,26,26); }

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

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

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

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

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

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

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