#AF2111

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

Shades of Fire Brick #AF2111

Tints of Fire Brick #AF2111

Color information

#AF2111 (or 0xAF2111) is unknown color: approx Fire Brick. HEX triplet: AF, 21 and 11. RGB value is (175,33,17). Sum of RGB (Red+Green+Blue) = 175+33+17=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2111 is #50DEEE. Grayscale: #494949. Windows color (decimal): -5299951 or 1122735. OLE color: 1122735.

HSL color Cylindrical-coordinate representation of color #AF2111: hue angle of 6.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2111 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1753317-
CMYK00.810.900.31
HSL6.08º82.29%37.65%-
HSV(B)6.08º90.29%68.63%-
XYZ18.3210.241.54-
YUV73.6396.04200.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.78%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=77.78%
G=14.67%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175331700.810.900.316.0882.2937.65
HexAF21110515A1F65226
Octal2574121012113237612246
Binary1010111110000110001010100011011010111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2111; }

 p { color: rgb(175,33,17); }

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

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

 a { background-color: rgb(175,33,17); }

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

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

 span { border-color: rgb(175,33,17); }

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