Shades of Scarlet #F32A00
Tints of Scarlet #F32A00
RGB
CMYK
RGB Variations
Color information
#F32A00 (or 0xF32A00) is known color: Scarlet. HEX triplet: F3, 2A and 00. RGB value is (243,42,0). Sum of RGB (Red+Green+Blue) = 243+42+0=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32A00 is #0CD5FF. Grayscale: #616161. Windows color (decimal): -841216 or 10995. OLE color: 10995.
HSL color Cylindrical-coordinate representation of color #F32A00: hue angle of 10.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F32A00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.05 |
| HSL | 10.37º | 1% | 0.48% | - |
| HSV(B) | 10.37º | 1% | 0.95% | - |
| XYZ | 37.79 | 20.71 | 2.01 | - |
| YUV | 97.31 | 73.09 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 0 | 0 | 0.83 | 1 | 0.05 | 10.37 | 1 | 0.48 |
| Hex | F3 | 2A | 0 | 0 | 53 | 64 | 5 | A | 64 | 30 |
| Octal | 363 | 52 | 0 | 0 | 123 | 144 | 5 | 12 | 144 | 60 |
| Binary | 11110011 | 101010 | 0 | 0 | 1010011 | 1100100 | 101 | 1010 | 1100100 | 110000 |
Color Harmonies of #F32A00
Complementary color
Monochromatic Colors of #F32A00
Black with #F32A00
Text Example
Text Example
White with #F32A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A00; }
p { color: rgb(243,42,0); }
H1.HeaderClassName
{
color: #F32A00;
}
.AnyTagClassName
{
color: #F32A00;
}
</style>
background-color css
<style>
a { background-color: #F32A00; }
a { background-color: rgb(243,42,0); }
div.DivClassName
{
background-color: #F32A00;
}
.BgClassName
{
background-color: #F32A00;
}
</style>
border-color css
<style>
span { border-color: #F32A00; }
span { border-color: rgb(243,42,0); }
td.TdClassName
{
border-color: #F32A00;
}
.TagClassName
{
border-color: #F32A00;
}
</style>