Shades of Scarlet #F32800
Tints of Scarlet #F32800
RGB
CMYK
RGB Variations
Color information
#F32800 (or 0xF32800) is known color: Scarlet. HEX triplet: F3, 28 and 00. RGB value is (243,40,0). Sum of RGB (Red+Green+Blue) = 243+40+0=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F32800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32800 is #0CD7FF. Grayscale: #606060. Windows color (decimal): -841728 or 10483. OLE color: 10483.
HSL color Cylindrical-coordinate representation of color #F32800: hue angle of 9.88º 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 #F32800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.88º | 1% | 0.48% | - |
| HSV(B) | 9.88º | 1% | 0.95% | - |
| XYZ | 37.72 | 20.57 | 1.98 | - |
| YUV | 96.14 | 73.75 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 0 | 0 | 0.84 | 1 | 0.05 | 9.88 | 1 | 0.48 |
| Hex | F3 | 28 | 0 | 0 | 54 | 64 | 5 | A | 64 | 30 |
| Octal | 363 | 50 | 0 | 0 | 124 | 144 | 5 | 12 | 144 | 60 |
| Binary | 11110011 | 101000 | 0 | 0 | 1010100 | 1100100 | 101 | 1010 | 1100100 | 110000 |
Color Harmonies of #F32800
Complementary color
Monochromatic Colors of #F32800
Black with #F32800
Text Example
Text Example
White with #F32800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32800; }
p { color: rgb(243,40,0); }
H1.HeaderClassName
{
color: #F32800;
}
.AnyTagClassName
{
color: #F32800;
}
</style>
background-color css
<style>
a { background-color: #F32800; }
a { background-color: rgb(243,40,0); }
div.DivClassName
{
background-color: #F32800;
}
.BgClassName
{
background-color: #F32800;
}
</style>
border-color css
<style>
span { border-color: #F32800; }
span { border-color: rgb(243,40,0); }
td.TdClassName
{
border-color: #F32800;
}
.TagClassName
{
border-color: #F32800;
}
</style>