Shades of Scarlet #F82203
Tints of Scarlet #F82203
RGB
CMYK
RGB Variations
Color information
#F82203 (or 0xF82203) is known color: Scarlet. HEX triplet: F8, 22 and 03. RGB value is (248,34,3). Sum of RGB (Red+Green+Blue) = 248+34+3=285 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.02% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 248 - color contains mainly: red. Hex color #F82203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82203 is #07DDFC. Grayscale: #5E5E5E. Windows color (decimal): -515581 or 205560. OLE color: 205560.
HSL color Cylindrical-coordinate representation of color #F82203: hue angle of 7.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F82203 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.03 |
| HSL | 7.59º | 0.98% | 0.49% | - |
| HSV(B) | 7.59º | 0.99% | 0.97% | - |
| XYZ | 39.3 | 21.11 | 2.09 | - |
| YUV | 94.45 | 76.4 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 3 | 0 | 0.86 | 0.99 | 0.03 | 7.59 | 0.98 | 0.49 |
| Hex | F8 | 22 | 3 | 0 | 56 | 63 | 3 | 8 | 62 | 31 |
| Octal | 370 | 42 | 3 | 0 | 126 | 143 | 3 | 10 | 142 | 61 |
| Binary | 11111000 | 100010 | 11 | 0 | 1010110 | 1100011 | 11 | 1000 | 1100010 | 110001 |
Color Harmonies of #F82203
Complementary color
Monochromatic Colors of #F82203
Black with #F82203
Text Example
Text Example
White with #F82203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82203; }
p { color: rgb(248,34,3); }
H1.HeaderClassName
{
color: #F82203;
}
.AnyTagClassName
{
color: #F82203;
}
</style>
background-color css
<style>
a { background-color: #F82203; }
a { background-color: rgb(248,34,3); }
div.DivClassName
{
background-color: #F82203;
}
.BgClassName
{
background-color: #F82203;
}
</style>
border-color css
<style>
span { border-color: #F82203; }
span { border-color: rgb(248,34,3); }
td.TdClassName
{
border-color: #F82203;
}
.TagClassName
{
border-color: #F82203;
}
</style>