Shades of Scarlet #F32202
Tints of Scarlet #F32202
RGB
CMYK
RGB Variations
Color information
#F32202 (or 0xF32202) is known color: Scarlet. HEX triplet: F3, 22 and 02. RGB value is (243,34,2). Sum of RGB (Red+Green+Blue) = 243+34+2=279 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.10% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 243 - color contains mainly: red. Hex color #F32202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32202 is #0CDDFD. Grayscale: #5D5D5D. Windows color (decimal): -843262 or 140019. OLE color: 140019.
HSL color Cylindrical-coordinate representation of color #F32202: hue angle of 7.97º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F32202 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.05 |
| HSL | 7.97º | 0.98% | 0.48% | - |
| HSV(B) | 7.97º | 0.99% | 0.95% | - |
| XYZ | 37.55 | 20.2 | 1.98 | - |
| YUV | 92.84 | 76.74 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 2 | 0 | 0.86 | 0.99 | 0.05 | 7.97 | 0.98 | 0.48 |
| Hex | F3 | 22 | 2 | 0 | 56 | 63 | 5 | 8 | 62 | 30 |
| Octal | 363 | 42 | 2 | 0 | 126 | 143 | 5 | 10 | 142 | 60 |
| Binary | 11110011 | 100010 | 10 | 0 | 1010110 | 1100011 | 101 | 1000 | 1100010 | 110000 |
Color Harmonies of #F32202
Complementary color
Monochromatic Colors of #F32202
Black with #F32202
Text Example
Text Example
White with #F32202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32202; }
p { color: rgb(243,34,2); }
H1.HeaderClassName
{
color: #F32202;
}
.AnyTagClassName
{
color: #F32202;
}
</style>
background-color css
<style>
a { background-color: #F32202; }
a { background-color: rgb(243,34,2); }
div.DivClassName
{
background-color: #F32202;
}
.BgClassName
{
background-color: #F32202;
}
</style>
border-color css
<style>
span { border-color: #F32202; }
span { border-color: rgb(243,34,2); }
td.TdClassName
{
border-color: #F32202;
}
.TagClassName
{
border-color: #F32202;
}
</style>