Shades of Vermilion #F34F18
Tints of Vermilion #F34F18
RGB
CMYK
RGB Variations
Color information
#F34F18 (or 0xF34F18) is known color: Vermilion. HEX triplet: F3, 4F and 18. RGB value is (243,79,24). Sum of RGB (Red+Green+Blue) = 243+79+24=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F34F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34F18 is #0CB0E7. Grayscale: #7A7A7A. Windows color (decimal): -831720 or 1593331. OLE color: 1593331.
HSL color Cylindrical-coordinate representation of color #F34F18: hue angle of 15.07º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34F18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.05 |
| HSL | 15.07º | 0.9% | 0.52% | - |
| HSV(B) | 15.07º | 0.9% | 0.95% | - |
| XYZ | 39.92 | 24.71 | 3.53 | - |
| YUV | 121.77 | 72.83 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 24 | 0 | 0.67 | 0.90 | 0.05 | 15.07 | 0.9 | 0.52 |
| Hex | F3 | 4F | 18 | 0 | 43 | 5A | 5 | F | 5A | 34 |
| Octal | 363 | 117 | 30 | 0 | 103 | 132 | 5 | 17 | 132 | 64 |
| Binary | 11110011 | 1001111 | 11000 | 0 | 1000011 | 1011010 | 101 | 1111 | 1011010 | 110100 |
Color Harmonies of #F34F18
Complementary color
Monochromatic Colors of #F34F18
Black with #F34F18
Text Example
Text Example
White with #F34F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34F18; }
p { color: rgb(243,79,24); }
H1.HeaderClassName
{
color: #F34F18;
}
.AnyTagClassName
{
color: #F34F18;
}
</style>
background-color css
<style>
a { background-color: #F34F18; }
a { background-color: rgb(243,79,24); }
div.DivClassName
{
background-color: #F34F18;
}
.BgClassName
{
background-color: #F34F18;
}
</style>
border-color css
<style>
span { border-color: #F34F18; }
span { border-color: rgb(243,79,24); }
td.TdClassName
{
border-color: #F34F18;
}
.TagClassName
{
border-color: #F34F18;
}
</style>