Shades of Fire Brick #AF1D02
Tints of Fire Brick #AF1D02
RGB
CMYK
RGB Variations
Color information
#AF1D02 (or 0xAF1D02) is known color: Fire Brick. HEX triplet: AF, 1D and 02. RGB value is (175,29,2). Sum of RGB (Red+Green+Blue) = 175+29+2=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D02 is #50E2FD. Grayscale: #454545. Windows color (decimal): -5300990 or 138671. OLE color: 138671.
HSL color Cylindrical-coordinate representation of color #AF1D02: hue angle of 9.36º degrees, saturation: 0.98, 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 #AF1D02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.31 |
| HSL | 9.36º | 0.98% | 0.35% | - |
| HSV(B) | 9.36º | 0.99% | 0.69% | - |
| XYZ | 18.13 | 10 | 1.03 | - |
| YUV | 69.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 2 | 0 | 0.83 | 0.99 | 0.31 | 9.36 | 0.98 | 0.35 |
| Hex | AF | 1D | 2 | 0 | 53 | 63 | 1F | 9 | 62 | 23 |
| Octal | 257 | 35 | 2 | 0 | 123 | 143 | 37 | 11 | 142 | 43 |
| Binary | 10101111 | 11101 | 10 | 0 | 1010011 | 1100011 | 11111 | 1001 | 1100010 | 100011 |
Color Harmonies of #AF1D02
Complementary color
Monochromatic Colors of #AF1D02
Black with #AF1D02
Text Example
Text Example
White with #AF1D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D02; }
p { color: rgb(175,29,2); }
H1.HeaderClassName
{
color: #AF1D02;
}
.AnyTagClassName
{
color: #AF1D02;
}
</style>
background-color css
<style>
a { background-color: #AF1D02; }
a { background-color: rgb(175,29,2); }
div.DivClassName
{
background-color: #AF1D02;
}
.BgClassName
{
background-color: #AF1D02;
}
</style>
border-color css
<style>
span { border-color: #AF1D02; }
span { border-color: rgb(175,29,2); }
td.TdClassName
{
border-color: #AF1D02;
}
.TagClassName
{
border-color: #AF1D02;
}
</style>