#AF1F11

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

Shades of Fire Brick #AF1F11

Tints of Fire Brick #AF1F11

Color information

#AF1F11 (or 0xAF1F11) is unknown color: approx Fire Brick. HEX triplet: AF, 1F and 11. RGB value is (175,31,17). Sum of RGB (Red+Green+Blue) = 175+31+17=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F11 is #50E0EE. Grayscale: #484848. Windows color (decimal): -5300463 or 1122223. OLE color: 1122223.

HSL color Cylindrical-coordinate representation of color #AF1F11: hue angle of 5.32º 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 #AF1F11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1753117-
CMYK00.820.900.31
HSL5.32º82.29%37.65%-
HSV(B)5.32º90.29%68.63%-
XYZ18.2710.131.52-
YUV72.4696.71201.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.48%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=78.48%
G=13.90%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175311700.820.900.315.3282.2937.65
HexAF1F110525A1F55226
Octal2573721012213237512246
Binary101011111111110001010100101011010111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F11; }

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

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

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

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

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

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

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

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