Shades of Scarlet #F32605
Tints of Scarlet #F32605
RGB
CMYK
RGB Variations
Color information
#F32605 (or 0xF32605) is known color: Scarlet. HEX triplet: F3, 26 and 05. RGB value is (243,38,5). Sum of RGB (Red+Green+Blue) = 243+38+5=286 (37% of max value = 765). Red value is 243 (95.31% from 255 or 84.97% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 243 - color contains mainly: red. Hex color #F32605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32605 is #0CD9FA. Grayscale: #5F5F5F. Windows color (decimal): -842235 or 337651. OLE color: 337651.
HSL color Cylindrical-coordinate representation of color #F32605: hue angle of 8.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F32605 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.05 |
| HSL | 8.32º | 0.96% | 0.49% | - |
| HSV(B) | 8.32º | 0.98% | 0.95% | - |
| XYZ | 37.68 | 20.45 | 2.11 | - |
| YUV | 95.53 | 76.92 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 5 | 0 | 0.84 | 0.98 | 0.05 | 8.32 | 0.96 | 0.49 |
| Hex | F3 | 26 | 5 | 0 | 54 | 62 | 5 | 8 | 60 | 31 |
| Octal | 363 | 46 | 5 | 0 | 124 | 142 | 5 | 10 | 140 | 61 |
| Binary | 11110011 | 100110 | 101 | 0 | 1010100 | 1100010 | 101 | 1000 | 1100000 | 110001 |
Color Harmonies of #F32605
Complementary color
Monochromatic Colors of #F32605
Black with #F32605
Text Example
Text Example
White with #F32605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32605; }
p { color: rgb(243,38,5); }
H1.HeaderClassName
{
color: #F32605;
}
.AnyTagClassName
{
color: #F32605;
}
</style>
background-color css
<style>
a { background-color: #F32605; }
a { background-color: rgb(243,38,5); }
div.DivClassName
{
background-color: #F32605;
}
.BgClassName
{
background-color: #F32605;
}
</style>
border-color css
<style>
span { border-color: #F32605; }
span { border-color: rgb(243,38,5); }
td.TdClassName
{
border-color: #F32605;
}
.TagClassName
{
border-color: #F32605;
}
</style>