Shades of Fire Brick #AF1F01
Tints of Fire Brick #AF1F01
RGB
CMYK
RGB Variations
Color information
#AF1F01 (or 0xAF1F01) is known color: Fire Brick. HEX triplet: AF, 1F and 01. RGB value is (175,31,1). Sum of RGB (Red+Green+Blue) = 175+31+1=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F01 is #50E0FE. Grayscale: #464646. Windows color (decimal): -5300479 or 73647. OLE color: 73647.
HSL color Cylindrical-coordinate representation of color #AF1F01: hue angle of 10.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF1F01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.31 |
| HSL | 10.34º | 0.99% | 0.35% | - |
| HSV(B) | 10.34º | 0.99% | 0.69% | - |
| XYZ | 18.17 | 10.1 | 1.02 | - |
| YUV | 70.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 1 | 0 | 0.82 | 0.99 | 0.31 | 10.34 | 0.99 | 0.35 |
| Hex | AF | 1F | 1 | 0 | 52 | 63 | 1F | A | 63 | 23 |
| Octal | 257 | 37 | 1 | 0 | 122 | 143 | 37 | 12 | 143 | 43 |
| Binary | 10101111 | 11111 | 1 | 0 | 1010010 | 1100011 | 11111 | 1010 | 1100011 | 100011 |
Color Harmonies of #AF1F01
Complementary color
Monochromatic Colors of #AF1F01
Black with #AF1F01
Text Example
Text Example
White with #AF1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F01; }
p { color: rgb(175,31,1); }
H1.HeaderClassName
{
color: #AF1F01;
}
.AnyTagClassName
{
color: #AF1F01;
}
</style>
background-color css
<style>
a { background-color: #AF1F01; }
a { background-color: rgb(175,31,1); }
div.DivClassName
{
background-color: #AF1F01;
}
.BgClassName
{
background-color: #AF1F01;
}
</style>
border-color css
<style>
span { border-color: #AF1F01; }
span { border-color: rgb(175,31,1); }
td.TdClassName
{
border-color: #AF1F01;
}
.TagClassName
{
border-color: #AF1F01;
}
</style>