Shades of Scarlet #F32600
Tints of Scarlet #F32600
RGB
CMYK
RGB Variations
Color information
#F32600 (or 0xF32600) is known color: Scarlet. HEX triplet: F3, 26 and 00. RGB value is (243,38,0). Sum of RGB (Red+Green+Blue) = 243+38+0=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F32600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32600 is #0CD9FF. Grayscale: #5F5F5F. Windows color (decimal): -842240 or 9971. OLE color: 9971.
HSL color Cylindrical-coordinate representation of color #F32600: hue angle of 9.38º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F32600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.38º | 1% | 0.48% | - |
| HSV(B) | 9.38º | 1% | 0.95% | - |
| XYZ | 37.66 | 20.44 | 1.96 | - |
| YUV | 94.96 | 74.42 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 0 | 0 | 0.84 | 1 | 0.05 | 9.38 | 1 | 0.48 |
| Hex | F3 | 26 | 0 | 0 | 54 | 64 | 5 | 9 | 64 | 30 |
| Octal | 363 | 46 | 0 | 0 | 124 | 144 | 5 | 11 | 144 | 60 |
| Binary | 11110011 | 100110 | 0 | 0 | 1010100 | 1100100 | 101 | 1001 | 1100100 | 110000 |
Color Harmonies of #F32600
Complementary color
Monochromatic Colors of #F32600
Black with #F32600
Text Example
Text Example
White with #F32600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32600; }
p { color: rgb(243,38,0); }
H1.HeaderClassName
{
color: #F32600;
}
.AnyTagClassName
{
color: #F32600;
}
</style>
background-color css
<style>
a { background-color: #F32600; }
a { background-color: rgb(243,38,0); }
div.DivClassName
{
background-color: #F32600;
}
.BgClassName
{
background-color: #F32600;
}
</style>
border-color css
<style>
span { border-color: #F32600; }
span { border-color: rgb(243,38,0); }
td.TdClassName
{
border-color: #F32600;
}
.TagClassName
{
border-color: #F32600;
}
</style>