Shades of Scarlet #F32808
Tints of Scarlet #F32808
RGB
CMYK
RGB Variations
Color information
#F32808 (or 0xF32808) is known color: Scarlet. HEX triplet: F3, 28 and 08. RGB value is (243,40,8). Sum of RGB (Red+Green+Blue) = 243+40+8=291 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.51% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 243 - color contains mainly: red. Hex color #F32808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32808 is #0CD7F7. Grayscale: #616161. Windows color (decimal): -841720 or 534771. OLE color: 534771.
HSL color Cylindrical-coordinate representation of color #F32808: hue angle of 8.17º 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 #F32808 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 8 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.05 |
| HSL | 8.17º | 0.94% | 0.49% | - |
| HSV(B) | 8.17º | 0.97% | 0.95% | - |
| XYZ | 37.76 | 20.59 | 2.21 | - |
| YUV | 97.05 | 77.75 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 8 | 0 | 0.84 | 0.97 | 0.05 | 8.17 | 0.94 | 0.49 |
| Hex | F3 | 28 | 8 | 0 | 54 | 61 | 5 | 8 | 5E | 31 |
| Octal | 363 | 50 | 10 | 0 | 124 | 141 | 5 | 10 | 136 | 61 |
| Binary | 11110011 | 101000 | 1000 | 0 | 1010100 | 1100001 | 101 | 1000 | 1011110 | 110001 |
Color Harmonies of #F32808
Complementary color
Monochromatic Colors of #F32808
Black with #F32808
Text Example
Text Example
White with #F32808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32808; }
p { color: rgb(243,40,8); }
H1.HeaderClassName
{
color: #F32808;
}
.AnyTagClassName
{
color: #F32808;
}
</style>
background-color css
<style>
a { background-color: #F32808; }
a { background-color: rgb(243,40,8); }
div.DivClassName
{
background-color: #F32808;
}
.BgClassName
{
background-color: #F32808;
}
</style>
border-color css
<style>
span { border-color: #F32808; }
span { border-color: rgb(243,40,8); }
td.TdClassName
{
border-color: #F32808;
}
.TagClassName
{
border-color: #F32808;
}
</style>