Shades of Scarlet #F32702
Tints of Scarlet #F32702
RGB
CMYK
RGB Variations
Color information
#F32702 (or 0xF32702) is known color: Scarlet. HEX triplet: F3, 27 and 02. RGB value is (243,39,2). Sum of RGB (Red+Green+Blue) = 243+39+2=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F32702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32702 is #0CD8FD. Grayscale: #606060. Windows color (decimal): -841982 or 141299. OLE color: 141299.
HSL color Cylindrical-coordinate representation of color #F32702: hue angle of 9.21º 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 #F32702 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.05 |
| HSL | 9.21º | 0.98% | 0.48% | - |
| HSV(B) | 9.21º | 0.99% | 0.95% | - |
| XYZ | 37.7 | 20.51 | 2.03 | - |
| YUV | 95.78 | 75.09 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 2 | 0 | 0.84 | 0.99 | 0.05 | 9.21 | 0.98 | 0.48 |
| Hex | F3 | 27 | 2 | 0 | 54 | 63 | 5 | 9 | 62 | 30 |
| Octal | 363 | 47 | 2 | 0 | 124 | 143 | 5 | 11 | 142 | 60 |
| Binary | 11110011 | 100111 | 10 | 0 | 1010100 | 1100011 | 101 | 1001 | 1100010 | 110000 |
Color Harmonies of #F32702
Complementary color
Monochromatic Colors of #F32702
Black with #F32702
Text Example
Text Example
White with #F32702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32702; }
p { color: rgb(243,39,2); }
H1.HeaderClassName
{
color: #F32702;
}
.AnyTagClassName
{
color: #F32702;
}
</style>
background-color css
<style>
a { background-color: #F32702; }
a { background-color: rgb(243,39,2); }
div.DivClassName
{
background-color: #F32702;
}
.BgClassName
{
background-color: #F32702;
}
</style>
border-color css
<style>
span { border-color: #F32702; }
span { border-color: rgb(243,39,2); }
td.TdClassName
{
border-color: #F32702;
}
.TagClassName
{
border-color: #F32702;
}
</style>