#C11E1C

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

Shades of Fire Brick #C11E1C

Tints of Fire Brick #C11E1C

Color information

#C11E1C (or 0xC11E1C) is unknown color: approx Fire Brick. HEX triplet: C1, 1E and 1C. RGB value is (193,30,28). Sum of RGB (Red+Green+Blue) = 193+30+28=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E1C is #3EE1E3. Grayscale: #4E4E4E. Windows color (decimal): -4121060 or 1842881. OLE color: 1842881.

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

Color convert

RGB1933028-
CMYK00.840.850.24
HSL0.73º74.66%43.33%-
HSV(B)0.73º85.49%75.69%-
XYZ22.6712.352.29-
YUV78.5199.5209.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 76.89%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=76.89%
G=11.95%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193302800.840.850.240.7374.6643.33
HexC11E1C054551814b2b
Octal3013634012412530111353
Binary1100000111110111000101010010101011100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E1C; }

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

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

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

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

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

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

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

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