Shades of Vermilion #F34A0D
Tints of Vermilion #F34A0D
RGB
CMYK
RGB Variations
Color information
#F34A0D (or 0xF34A0D) is known color: Vermilion. HEX triplet: F3, 4A and 0D. RGB value is (243,74,13). Sum of RGB (Red+Green+Blue) = 243+74+13=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34A0D is #0CB5F2. Grayscale: #757575. Windows color (decimal): -833011 or 871155. OLE color: 871155.
HSL color Cylindrical-coordinate representation of color #F34A0D: hue angle of 15.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F34A0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.05 |
| HSL | 15.91º | 0.91% | 0.5% | - |
| HSV(B) | 15.91º | 0.95% | 0.95% | - |
| XYZ | 39.48 | 23.98 | 2.93 | - |
| YUV | 117.58 | 68.99 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 13 | 0 | 0.70 | 0.95 | 0.05 | 15.91 | 0.91 | 0.5 |
| Hex | F3 | 4A | D | 0 | 46 | 5F | 5 | 10 | 5B | 32 |
| Octal | 363 | 112 | 15 | 0 | 106 | 137 | 5 | 20 | 133 | 62 |
| Binary | 11110011 | 1001010 | 1101 | 0 | 1000110 | 1011111 | 101 | 10000 | 1011011 | 110010 |
Color Harmonies of #F34A0D
Complementary color
Monochromatic Colors of #F34A0D
Black with #F34A0D
Text Example
Text Example
White with #F34A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A0D; }
p { color: rgb(243,74,13); }
H1.HeaderClassName
{
color: #F34A0D;
}
.AnyTagClassName
{
color: #F34A0D;
}
</style>
background-color css
<style>
a { background-color: #F34A0D; }
a { background-color: rgb(243,74,13); }
div.DivClassName
{
background-color: #F34A0D;
}
.BgClassName
{
background-color: #F34A0D;
}
</style>
border-color css
<style>
span { border-color: #F34A0D; }
span { border-color: rgb(243,74,13); }
td.TdClassName
{
border-color: #F34A0D;
}
.TagClassName
{
border-color: #F34A0D;
}
</style>