Shades of Scarlet #F32A0E
Tints of Scarlet #F32A0E
RGB
CMYK
RGB Variations
Color information
#F32A0E (or 0xF32A0E) is known color: Scarlet. HEX triplet: F3, 2A and 0E. RGB value is (243,42,14). Sum of RGB (Red+Green+Blue) = 243+42+14=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A0E is #0CD5F1. Grayscale: #636363. Windows color (decimal): -841202 or 928499. OLE color: 928499.
HSL color Cylindrical-coordinate representation of color #F32A0E: hue angle of 7.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F32A0E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 14 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.05 |
| HSL | 7.34º | 0.91% | 0.5% | - |
| HSV(B) | 7.34º | 0.94% | 0.95% | - |
| XYZ | 37.87 | 20.74 | 2.42 | - |
| YUV | 98.91 | 80.09 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 14 | 0 | 0.83 | 0.94 | 0.05 | 7.34 | 0.91 | 0.5 |
| Hex | F3 | 2A | E | 0 | 53 | 5E | 5 | 7 | 5B | 32 |
| Octal | 363 | 52 | 16 | 0 | 123 | 136 | 5 | 7 | 133 | 62 |
| Binary | 11110011 | 101010 | 1110 | 0 | 1010011 | 1011110 | 101 | 111 | 1011011 | 110010 |
Color Harmonies of #F32A0E
Complementary color
Monochromatic Colors of #F32A0E
Black with #F32A0E
Text Example
Text Example
White with #F32A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A0E; }
p { color: rgb(243,42,14); }
H1.HeaderClassName
{
color: #F32A0E;
}
.AnyTagClassName
{
color: #F32A0E;
}
</style>
background-color css
<style>
a { background-color: #F32A0E; }
a { background-color: rgb(243,42,14); }
div.DivClassName
{
background-color: #F32A0E;
}
.BgClassName
{
background-color: #F32A0E;
}
</style>
border-color css
<style>
span { border-color: #F32A0E; }
span { border-color: rgb(243,42,14); }
td.TdClassName
{
border-color: #F32A0E;
}
.TagClassName
{
border-color: #F32A0E;
}
</style>