Shades of Scarlet #F32612
Tints of Scarlet #F32612
RGB
CMYK
RGB Variations
Color information
#F32612 (or 0xF32612) is known color: Scarlet. HEX triplet: F3, 26 and 12. RGB value is (243,38,18). Sum of RGB (Red+Green+Blue) = 243+38+18=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F32612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32612 is #0CD9ED. Grayscale: #616161. Windows color (decimal): -842222 or 1189619. OLE color: 1189619.
HSL color Cylindrical-coordinate representation of color #F32612: hue angle of 5.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F32612 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 18 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 5.33º | 0.9% | 0.51% | - |
| HSV(B) | 5.33º | 0.93% | 0.95% | - |
| XYZ | 37.76 | 20.48 | 2.54 | - |
| YUV | 97.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 18 | 0 | 0.84 | 0.93 | 0.05 | 5.33 | 0.9 | 0.51 |
| Hex | F3 | 26 | 12 | 0 | 54 | 5D | 5 | 5 | 5A | 33 |
| Octal | 363 | 46 | 22 | 0 | 124 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110011 | 100110 | 10010 | 0 | 1010100 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F32612
Complementary color
Monochromatic Colors of #F32612
Black with #F32612
Text Example
Text Example
White with #F32612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32612; }
p { color: rgb(243,38,18); }
H1.HeaderClassName
{
color: #F32612;
}
.AnyTagClassName
{
color: #F32612;
}
</style>
background-color css
<style>
a { background-color: #F32612; }
a { background-color: rgb(243,38,18); }
div.DivClassName
{
background-color: #F32612;
}
.BgClassName
{
background-color: #F32612;
}
</style>
border-color css
<style>
span { border-color: #F32612; }
span { border-color: rgb(243,38,18); }
td.TdClassName
{
border-color: #F32612;
}
.TagClassName
{
border-color: #F32612;
}
</style>