Shades of Scarlet #F32403
Tints of Scarlet #F32403
RGB
CMYK
RGB Variations
Color information
#F32403 (or 0xF32403) is known color: Scarlet. HEX triplet: F3, 24 and 03. RGB value is (243,36,3). Sum of RGB (Red+Green+Blue) = 243+36+3=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F32403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32403 is #0CDBFC. Grayscale: #5E5E5E. Windows color (decimal): -842749 or 206067. OLE color: 206067.
HSL color Cylindrical-coordinate representation of color #F32403: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F32403 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.05 |
| HSL | 8.25º | 0.98% | 0.48% | - |
| HSV(B) | 8.25º | 0.99% | 0.95% | - |
| XYZ | 37.61 | 20.32 | 2.03 | - |
| YUV | 94.13 | 76.58 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 3 | 0 | 0.85 | 0.99 | 0.05 | 8.25 | 0.98 | 0.48 |
| Hex | F3 | 24 | 3 | 0 | 55 | 63 | 5 | 8 | 62 | 30 |
| Octal | 363 | 44 | 3 | 0 | 125 | 143 | 5 | 10 | 142 | 60 |
| Binary | 11110011 | 100100 | 11 | 0 | 1010101 | 1100011 | 101 | 1000 | 1100010 | 110000 |
Color Harmonies of #F32403
Complementary color
Monochromatic Colors of #F32403
Black with #F32403
Text Example
Text Example
White with #F32403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32403; }
p { color: rgb(243,36,3); }
H1.HeaderClassName
{
color: #F32403;
}
.AnyTagClassName
{
color: #F32403;
}
</style>
background-color css
<style>
a { background-color: #F32403; }
a { background-color: rgb(243,36,3); }
div.DivClassName
{
background-color: #F32403;
}
.BgClassName
{
background-color: #F32403;
}
</style>
border-color css
<style>
span { border-color: #F32403; }
span { border-color: rgb(243,36,3); }
td.TdClassName
{
border-color: #F32403;
}
.TagClassName
{
border-color: #F32403;
}
</style>