Shades of Scarlet #F32502
Tints of Scarlet #F32502
RGB
CMYK
RGB Variations
Color information
#F32502 (or 0xF32502) is known color: Scarlet. HEX triplet: F3, 25 and 02. RGB value is (243,37,2). Sum of RGB (Red+Green+Blue) = 243+37+2=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F32502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32502 is #0CDAFD. Grayscale: #5E5E5E. Windows color (decimal): -842494 or 140787. OLE color: 140787.
HSL color Cylindrical-coordinate representation of color #F32502: hue angle of 8.71º 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 #F32502 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.05 |
| HSL | 8.71º | 0.98% | 0.48% | - |
| HSV(B) | 8.71º | 0.99% | 0.95% | - |
| XYZ | 37.63 | 20.38 | 2.01 | - |
| YUV | 94.6 | 75.75 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 2 | 0 | 0.85 | 0.99 | 0.05 | 8.71 | 0.98 | 0.48 |
| Hex | F3 | 25 | 2 | 0 | 55 | 63 | 5 | 9 | 62 | 30 |
| Octal | 363 | 45 | 2 | 0 | 125 | 143 | 5 | 11 | 142 | 60 |
| Binary | 11110011 | 100101 | 10 | 0 | 1010101 | 1100011 | 101 | 1001 | 1100010 | 110000 |
Color Harmonies of #F32502
Complementary color
Monochromatic Colors of #F32502
Black with #F32502
Text Example
Text Example
White with #F32502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32502; }
p { color: rgb(243,37,2); }
H1.HeaderClassName
{
color: #F32502;
}
.AnyTagClassName
{
color: #F32502;
}
</style>
background-color css
<style>
a { background-color: #F32502; }
a { background-color: rgb(243,37,2); }
div.DivClassName
{
background-color: #F32502;
}
.BgClassName
{
background-color: #F32502;
}
</style>
border-color css
<style>
span { border-color: #F32502; }
span { border-color: rgb(243,37,2); }
td.TdClassName
{
border-color: #F32502;
}
.TagClassName
{
border-color: #F32502;
}
</style>