Shades of Scarlet #F32404
Tints of Scarlet #F32404
RGB
CMYK
RGB Variations
Color information
#F32404 (or 0xF32404) is known color: Scarlet. HEX triplet: F3, 24 and 04. RGB value is (243,36,4). Sum of RGB (Red+Green+Blue) = 243+36+4=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F32404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32404 is #0CDBFB. Grayscale: #5E5E5E. Windows color (decimal): -842748 or 271603. OLE color: 271603.
HSL color Cylindrical-coordinate representation of color #F32404: hue angle of 8.03º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F32404 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.05 |
| HSL | 8.03º | 0.97% | 0.48% | - |
| HSV(B) | 8.03º | 0.98% | 0.95% | - |
| XYZ | 37.61 | 20.33 | 2.06 | - |
| YUV | 94.25 | 77.08 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 4 | 0 | 0.85 | 0.98 | 0.05 | 8.03 | 0.97 | 0.48 |
| Hex | F3 | 24 | 4 | 0 | 55 | 62 | 5 | 8 | 61 | 30 |
| Octal | 363 | 44 | 4 | 0 | 125 | 142 | 5 | 10 | 141 | 60 |
| Binary | 11110011 | 100100 | 100 | 0 | 1010101 | 1100010 | 101 | 1000 | 1100001 | 110000 |
Color Harmonies of #F32404
Complementary color
Monochromatic Colors of #F32404
Black with #F32404
Text Example
Text Example
White with #F32404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32404; }
p { color: rgb(243,36,4); }
H1.HeaderClassName
{
color: #F32404;
}
.AnyTagClassName
{
color: #F32404;
}
</style>
background-color css
<style>
a { background-color: #F32404; }
a { background-color: rgb(243,36,4); }
div.DivClassName
{
background-color: #F32404;
}
.BgClassName
{
background-color: #F32404;
}
</style>
border-color css
<style>
span { border-color: #F32404; }
span { border-color: rgb(243,36,4); }
td.TdClassName
{
border-color: #F32404;
}
.TagClassName
{
border-color: #F32404;
}
</style>