#AF1711

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

Shades of Fire Brick #AF1711

Tints of Fire Brick #AF1711

Color information

#AF1711 (or 0xAF1711) is unknown color: approx Fire Brick. HEX triplet: AF, 17 and 11. RGB value is (175,23,17). Sum of RGB (Red+Green+Blue) = 175+23+17=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1711 is #50E8EE. Grayscale: #434343. Windows color (decimal): -5302511 or 1120175. OLE color: 1120175.

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

Color convert

RGB1752317-
CMYK00.870.900.31
HSL2.28º82.29%37.65%-
HSV(B)2.28º90.29%68.63%-
XYZ18.099.771.46-
YUV67.7699.36204.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.40%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=81.40%
G=10.70%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175231700.870.900.312.2882.2937.65
HexAF17110575A1F25226
Octal2572721012713237212246
Binary10101111101111000101010111101101011111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1711; }

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

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

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

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

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

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

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

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