Shades of Scarlet #F32908
Tints of Scarlet #F32908
RGB
CMYK
RGB Variations
Color information
#F32908 (or 0xF32908) is known color: Scarlet. HEX triplet: F3, 29 and 08. RGB value is (243,41,8). Sum of RGB (Red+Green+Blue) = 243+41+8=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F32908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32908 is #0CD6F7. Grayscale: #616161. Windows color (decimal): -841464 or 535027. OLE color: 535027.
HSL color Cylindrical-coordinate representation of color #F32908: hue angle of 8.43º 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 #F32908 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 8 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.05 |
| HSL | 8.43º | 0.94% | 0.49% | - |
| HSV(B) | 8.43º | 0.97% | 0.95% | - |
| XYZ | 37.8 | 20.66 | 2.22 | - |
| YUV | 97.64 | 77.42 | 231.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 8 | 0 | 0.83 | 0.97 | 0.05 | 8.43 | 0.94 | 0.49 |
| Hex | F3 | 29 | 8 | 0 | 53 | 61 | 5 | 8 | 5E | 31 |
| Octal | 363 | 51 | 10 | 0 | 123 | 141 | 5 | 10 | 136 | 61 |
| Binary | 11110011 | 101001 | 1000 | 0 | 1010011 | 1100001 | 101 | 1000 | 1011110 | 110001 |
Color Harmonies of #F32908
Complementary color
Monochromatic Colors of #F32908
Black with #F32908
Text Example
Text Example
White with #F32908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32908; }
p { color: rgb(243,41,8); }
H1.HeaderClassName
{
color: #F32908;
}
.AnyTagClassName
{
color: #F32908;
}
</style>
background-color css
<style>
a { background-color: #F32908; }
a { background-color: rgb(243,41,8); }
div.DivClassName
{
background-color: #F32908;
}
.BgClassName
{
background-color: #F32908;
}
</style>
border-color css
<style>
span { border-color: #F32908; }
span { border-color: rgb(243,41,8); }
td.TdClassName
{
border-color: #F32908;
}
.TagClassName
{
border-color: #F32908;
}
</style>