Shades of Scarlet #F32900
Tints of Scarlet #F32900
RGB
CMYK
RGB Variations
Color information
#F32900 (or 0xF32900) is known color: Scarlet. HEX triplet: F3, 29 and 00. RGB value is (243,41,0). Sum of RGB (Red+Green+Blue) = 243+41+0=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F32900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32900 is #0CD6FF. Grayscale: #616161. Windows color (decimal): -841472 or 10739. OLE color: 10739.
HSL color Cylindrical-coordinate representation of color #F32900: hue angle of 10.12º 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 #F32900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.05 |
| HSL | 10.12º | 1% | 0.48% | - |
| HSV(B) | 10.12º | 1% | 0.95% | - |
| XYZ | 37.76 | 20.64 | 1.99 | - |
| YUV | 96.72 | 73.42 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 0 | 0 | 0.83 | 1 | 0.05 | 10.12 | 1 | 0.48 |
| Hex | F3 | 29 | 0 | 0 | 53 | 64 | 5 | A | 64 | 30 |
| Octal | 363 | 51 | 0 | 0 | 123 | 144 | 5 | 12 | 144 | 60 |
| Binary | 11110011 | 101001 | 0 | 0 | 1010011 | 1100100 | 101 | 1010 | 1100100 | 110000 |
Color Harmonies of #F32900
Complementary color
Monochromatic Colors of #F32900
Black with #F32900
Text Example
Text Example
White with #F32900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32900; }
p { color: rgb(243,41,0); }
H1.HeaderClassName
{
color: #F32900;
}
.AnyTagClassName
{
color: #F32900;
}
</style>
background-color css
<style>
a { background-color: #F32900; }
a { background-color: rgb(243,41,0); }
div.DivClassName
{
background-color: #F32900;
}
.BgClassName
{
background-color: #F32900;
}
</style>
border-color css
<style>
span { border-color: #F32900; }
span { border-color: rgb(243,41,0); }
td.TdClassName
{
border-color: #F32900;
}
.TagClassName
{
border-color: #F32900;
}
</style>