#AF241E

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

Shades of Fire Brick #AF241E

Tints of Fire Brick #AF241E

Color information

#AF241E (or 0xAF241E) is unknown color: approx Fire Brick. HEX triplet: AF, 24 and 1E. RGB value is (175,36,30). Sum of RGB (Red+Green+Blue) = 175+36+30=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF241E is #50DBE1. Grayscale: #4D4D4D. Windows color (decimal): -5299170 or 1975471. OLE color: 1975471.

HSL color Cylindrical-coordinate representation of color #AF241E: hue angle of 2.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF241E is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1753630-
CMYK00.790.830.31
HSL2.48º70.73%40.2%-
HSV(B)2.48º82.86%68.63%-
XYZ18.5410.472.27-
YUV76.88101.55197.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=72.61%
G=14.94%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175363000.790.830.312.4870.7340.2
HexAF241E04F531F24728
Octal2574436011712337210750
Binary101011111001001111001001111101001111111101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF241E; }

 p { color: rgb(175,36,30); }

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

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

 a { background-color: rgb(175,36,30); }

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

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

 span { border-color: rgb(175,36,30); }

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