#af2711

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

Shades of Fire Brick #AF2711

Tints of Fire Brick #AF2711

Color information

#AF2711 (or 0xAF2711) is unknown color: approx Fire Brick. HEX triplet: AF, 27 and 11. RGB value is (175,39,17). Sum of RGB (Red+Green+Blue) = 175+39+17=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2711 is #50D8EE. Grayscale: #4D4D4D. Windows color (decimal): -5298415 or 1124271. OLE color: 1124271.

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

Color convert

RGB1753917-
CMYK00.780.900.31
HSL8.35º82.29%37.65%-
HSV(B)8.35º90.29%68.63%-
XYZ18.5110.611.6-
YUV77.1694.06197.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.76%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=75.76%
G=16.88%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175391700.780.900.318.3582.2937.65
HexAF271104E5A1F85226
Octal25747210116132371012246
Binary10101111100111100010100111010110101111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2711; }

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

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

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

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

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

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

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

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