Shades of Scarlet #F32A04
Tints of Scarlet #F32A04
RGB
CMYK
RGB Variations
Color information
#F32A04 (or 0xF32A04) is known color: Scarlet. HEX triplet: F3, 2A and 04. RGB value is (243,42,4). Sum of RGB (Red+Green+Blue) = 243+42+4=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A04 is #0CD5FB. Grayscale: #626262. Windows color (decimal): -841212 or 273139. OLE color: 273139.
HSL color Cylindrical-coordinate representation of color #F32A04: hue angle of 9.54º 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 #F32A04 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.05 |
| HSL | 9.54º | 0.97% | 0.48% | - |
| HSV(B) | 9.54º | 0.98% | 0.95% | - |
| XYZ | 37.81 | 20.72 | 2.12 | - |
| YUV | 97.77 | 75.09 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 4 | 0 | 0.83 | 0.98 | 0.05 | 9.54 | 0.97 | 0.48 |
| Hex | F3 | 2A | 4 | 0 | 53 | 62 | 5 | A | 61 | 30 |
| Octal | 363 | 52 | 4 | 0 | 123 | 142 | 5 | 12 | 141 | 60 |
| Binary | 11110011 | 101010 | 100 | 0 | 1010011 | 1100010 | 101 | 1010 | 1100001 | 110000 |
Color Harmonies of #F32A04
Complementary color
Monochromatic Colors of #F32A04
Black with #F32A04
Text Example
Text Example
White with #F32A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A04; }
p { color: rgb(243,42,4); }
H1.HeaderClassName
{
color: #F32A04;
}
.AnyTagClassName
{
color: #F32A04;
}
</style>
background-color css
<style>
a { background-color: #F32A04; }
a { background-color: rgb(243,42,4); }
div.DivClassName
{
background-color: #F32A04;
}
.BgClassName
{
background-color: #F32A04;
}
</style>
border-color css
<style>
span { border-color: #F32A04; }
span { border-color: rgb(243,42,4); }
td.TdClassName
{
border-color: #F32A04;
}
.TagClassName
{
border-color: #F32A04;
}
</style>