#C11C1C

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

Shades of Fire Brick #C11C1C

Tints of Fire Brick #C11C1C

Color information

#C11C1C (or 0xC11C1C) is unknown color: approx Fire Brick. HEX triplet: C1, 1C and 1C. RGB value is (193,28,28). Sum of RGB (Red+Green+Blue) = 193+28+28=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C1C is #3EE3E3. Grayscale: #4D4D4D. Windows color (decimal): -4121572 or 1842369. OLE color: 1842369.

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

Color convert

RGB1932828-
CMYK00.850.850.24
HSL74.66%43.33%-
HSV(B)85.49%75.69%-
XYZ22.6212.252.27-
YUV77.34100.16210.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.51%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=77.51%
G=11.24%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193282800.850.850.24074.6643.33
HexC11C1C055551804b2b
Octal3013434012512530011353
Binary1100000111100111000101010110101011100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C1C; }

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

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

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

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

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

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

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

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