Shades of Scarlet #F32308
Tints of Scarlet #F32308
RGB
CMYK
RGB Variations
Color information
#F32308 (or 0xF32308) is known color: Scarlet. HEX triplet: F3, 23 and 08. RGB value is (243,35,8). Sum of RGB (Red+Green+Blue) = 243+35+8=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F32308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32308 is #0CDCF7. Grayscale: #5E5E5E. Windows color (decimal): -843000 or 533491. OLE color: 533491.
HSL color Cylindrical-coordinate representation of color #F32308: hue angle of 6.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F32308 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 8 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.05 |
| HSL | 6.89º | 0.94% | 0.49% | - |
| HSV(B) | 6.89º | 0.97% | 0.95% | - |
| XYZ | 37.61 | 20.27 | 2.16 | - |
| YUV | 94.11 | 79.41 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 8 | 0 | 0.86 | 0.97 | 0.05 | 6.89 | 0.94 | 0.49 |
| Hex | F3 | 23 | 8 | 0 | 56 | 61 | 5 | 7 | 5E | 31 |
| Octal | 363 | 43 | 10 | 0 | 126 | 141 | 5 | 7 | 136 | 61 |
| Binary | 11110011 | 100011 | 1000 | 0 | 1010110 | 1100001 | 101 | 111 | 1011110 | 110001 |
Color Harmonies of #F32308
Complementary color
Monochromatic Colors of #F32308
Black with #F32308
Text Example
Text Example
White with #F32308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32308; }
p { color: rgb(243,35,8); }
H1.HeaderClassName
{
color: #F32308;
}
.AnyTagClassName
{
color: #F32308;
}
</style>
background-color css
<style>
a { background-color: #F32308; }
a { background-color: rgb(243,35,8); }
div.DivClassName
{
background-color: #F32308;
}
.BgClassName
{
background-color: #F32308;
}
</style>
border-color css
<style>
span { border-color: #F32308; }
span { border-color: rgb(243,35,8); }
td.TdClassName
{
border-color: #F32308;
}
.TagClassName
{
border-color: #F32308;
}
</style>