#AF1D0F

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

Shades of Fire Brick #AF1D0F

Tints of Fire Brick #AF1D0F

Color information

#AF1D0F (or 0xAF1D0F) is unknown color: approx Fire Brick. HEX triplet: AF, 1D and 0F. RGB value is (175,29,15). Sum of RGB (Red+Green+Blue) = 175+29+15=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D0F is #50E2F0. Grayscale: #474747. Windows color (decimal): -5300977 or 990639. OLE color: 990639.

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

Color convert

RGB1752915-
CMYK00.830.910.31
HSL5.25º84.21%37.25%-
HSV(B)5.25º91.43%68.63%-
XYZ18.210.031.43-
YUV71.0696.37202.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.91%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=79.91%
G=13.24%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175291500.830.910.315.2584.2137.25
HexAF1DF0535B1F55425
Octal2573517012313337512445
Binary10101111111011111010100111011011111111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1D0F; }

 p { color: rgb(175,29,15); }

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

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

 a { background-color: rgb(175,29,15); }

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

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

 span { border-color: rgb(175,29,15); }

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