#C11F1E

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

Shades of Fire Brick #C11F1E

Tints of Fire Brick #C11F1E

Color information

#C11F1E (or 0xC11F1E) is unknown color: approx Fire Brick. HEX triplet: C1, 1F and 1E. RGB value is (193,31,30). Sum of RGB (Red+Green+Blue) = 193+31+30=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F1E is #3EE0E1. Grayscale: #4F4F4F. Windows color (decimal): -4120802 or 1974209. OLE color: 1974209.

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

Color convert

RGB1933130-
CMYK00.840.840.24
HSL0.37º73.09%43.73%-
HSV(B)0.37º84.46%75.69%-
XYZ22.7212.412.43-
YUV79.32100.17209.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.98%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=75.98%
G=12.20%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193313000.840.840.240.3773.0943.73
HexC11F1E05454180492c
Octal3013736012412430011154
Binary1100000111111111100101010010101001100001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11F1E; }

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

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

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

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

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

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

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

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