Shades of Vermilion #FF4B08
Tints of Vermilion #FF4B08
RGB
CMYK
RGB Variations
Color information
#FF4B08 (or 0xFF4B08) is known color: Vermilion. HEX triplet: FF, 4B and 08. RGB value is (255,75,8). Sum of RGB (Red+Green+Blue) = 255+75+8=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B08 is #00B4F7. Grayscale: #797979. Windows color (decimal): -46328 or 543743. OLE color: 543743.
HSL color Cylindrical-coordinate representation of color #FF4B08: hue angle of 16.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4B08 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 8 | - |
| CMYK | 0 | 0.71 | 0.97 | 0 |
| HSL | 16.28º | 1% | 0.52% | - |
| HSV(B) | 16.28º | 0.97% | 1% | - |
| XYZ | 43.8 | 26.31 | 3 | - |
| YUV | 121.18 | 64.13 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 8 | 0 | 0.71 | 0.97 | 0 | 16.28 | 1 | 0.52 |
| Hex | FF | 4B | 8 | 0 | 47 | 61 | 0 | 10 | 64 | 34 |
| Octal | 377 | 113 | 10 | 0 | 107 | 141 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001011 | 1000 | 0 | 1000111 | 1100001 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4B08
Complementary color
Monochromatic Colors of #FF4B08
Black with #FF4B08
Text Example
Text Example
White with #FF4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B08; }
p { color: rgb(255,75,8); }
H1.HeaderClassName
{
color: #FF4B08;
}
.AnyTagClassName
{
color: #FF4B08;
}
</style>
background-color css
<style>
a { background-color: #FF4B08; }
a { background-color: rgb(255,75,8); }
div.DivClassName
{
background-color: #FF4B08;
}
.BgClassName
{
background-color: #FF4B08;
}
</style>
border-color css
<style>
span { border-color: #FF4B08; }
span { border-color: rgb(255,75,8); }
td.TdClassName
{
border-color: #FF4B08;
}
.TagClassName
{
border-color: #FF4B08;
}
</style>