Shades of Scarlet #F32D04
Tints of Scarlet #F32D04
RGB
CMYK
RGB Variations
Color information
#F32D04 (or 0xF32D04) is known color: Scarlet. HEX triplet: F3, 2D and 04. RGB value is (243,45,4). Sum of RGB (Red+Green+Blue) = 243+45+4=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32D04 is #0CD2FB. Grayscale: #636363. Windows color (decimal): -840444 or 273907. OLE color: 273907.
HSL color Cylindrical-coordinate representation of color #F32D04: hue angle of 10.29º 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 #F32D04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.05 |
| HSL | 10.29º | 0.97% | 0.48% | - |
| HSV(B) | 10.29º | 0.98% | 0.95% | - |
| XYZ | 37.92 | 20.94 | 2.16 | - |
| YUV | 99.53 | 74.1 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 4 | 0 | 0.81 | 0.98 | 0.05 | 10.29 | 0.97 | 0.48 |
| Hex | F3 | 2D | 4 | 0 | 51 | 62 | 5 | A | 61 | 30 |
| Octal | 363 | 55 | 4 | 0 | 121 | 142 | 5 | 12 | 141 | 60 |
| Binary | 11110011 | 101101 | 100 | 0 | 1010001 | 1100010 | 101 | 1010 | 1100001 | 110000 |
Color Harmonies of #F32D04
Complementary color
Monochromatic Colors of #F32D04
Black with #F32D04
Text Example
Text Example
White with #F32D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D04; }
p { color: rgb(243,45,4); }
H1.HeaderClassName
{
color: #F32D04;
}
.AnyTagClassName
{
color: #F32D04;
}
</style>
background-color css
<style>
a { background-color: #F32D04; }
a { background-color: rgb(243,45,4); }
div.DivClassName
{
background-color: #F32D04;
}
.BgClassName
{
background-color: #F32D04;
}
</style>
border-color css
<style>
span { border-color: #F32D04; }
span { border-color: rgb(243,45,4); }
td.TdClassName
{
border-color: #F32D04;
}
.TagClassName
{
border-color: #F32D04;
}
</style>