Shades of Vermilion #FF4B0C
Tints of Vermilion #FF4B0C
RGB
CMYK
RGB Variations
Color information
#FF4B0C (or 0xFF4B0C) is known color: Vermilion. HEX triplet: FF, 4B and 0C. RGB value is (255,75,12). Sum of RGB (Red+Green+Blue) = 255+75+12=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B0C is #00B4F3. Grayscale: #7A7A7A. Windows color (decimal): -46324 or 805887. OLE color: 805887.
HSL color Cylindrical-coordinate representation of color #FF4B0C: hue angle of 15.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4B0C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0 |
| HSL | 15.56º | 1% | 0.52% | - |
| HSV(B) | 15.56º | 0.95% | 1% | - |
| XYZ | 43.82 | 26.32 | 3.12 | - |
| YUV | 121.64 | 66.13 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 12 | 0 | 0.71 | 0.95 | 0 | 15.56 | 1 | 0.52 |
| Hex | FF | 4B | C | 0 | 47 | 5F | 0 | 10 | 64 | 34 |
| Octal | 377 | 113 | 14 | 0 | 107 | 137 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001011 | 1100 | 0 | 1000111 | 1011111 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4B0C
Complementary color
Monochromatic Colors of #FF4B0C
Black with #FF4B0C
Text Example
Text Example
White with #FF4B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B0C; }
p { color: rgb(255,75,12); }
H1.HeaderClassName
{
color: #FF4B0C;
}
.AnyTagClassName
{
color: #FF4B0C;
}
</style>
background-color css
<style>
a { background-color: #FF4B0C; }
a { background-color: rgb(255,75,12); }
div.DivClassName
{
background-color: #FF4B0C;
}
.BgClassName
{
background-color: #FF4B0C;
}
</style>
border-color css
<style>
span { border-color: #FF4B0C; }
span { border-color: rgb(255,75,12); }
td.TdClassName
{
border-color: #FF4B0C;
}
.TagClassName
{
border-color: #FF4B0C;
}
</style>