Shades of Scarlet #F31F0A
Tints of Scarlet #F31F0A
RGB
CMYK
RGB Variations
Color information
#F31F0A (or 0xF31F0A) is known color: Scarlet. HEX triplet: F3, 1F and 0A. RGB value is (243,31,10). Sum of RGB (Red+Green+Blue) = 243+31+10=284 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.56% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F0A is #0CE0F5. Grayscale: #5C5C5C. Windows color (decimal): -844022 or 663539. OLE color: 663539.
HSL color Cylindrical-coordinate representation of color #F31F0A: hue angle of 5.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F31F0A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.05 |
| HSL | 5.41º | 0.92% | 0.5% | - |
| HSV(B) | 5.41º | 0.96% | 0.95% | - |
| XYZ | 37.51 | 20.06 | 2.18 | - |
| YUV | 91.99 | 81.74 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 10 | 0 | 0.87 | 0.96 | 0.05 | 5.41 | 0.92 | 0.5 |
| Hex | F3 | 1F | A | 0 | 57 | 60 | 5 | 5 | 5C | 32 |
| Octal | 363 | 37 | 12 | 0 | 127 | 140 | 5 | 5 | 134 | 62 |
| Binary | 11110011 | 11111 | 1010 | 0 | 1010111 | 1100000 | 101 | 101 | 1011100 | 110010 |
Color Harmonies of #F31F0A
Complementary color
Monochromatic Colors of #F31F0A
Black with #F31F0A
Text Example
Text Example
White with #F31F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F0A; }
p { color: rgb(243,31,10); }
H1.HeaderClassName
{
color: #F31F0A;
}
.AnyTagClassName
{
color: #F31F0A;
}
</style>
background-color css
<style>
a { background-color: #F31F0A; }
a { background-color: rgb(243,31,10); }
div.DivClassName
{
background-color: #F31F0A;
}
.BgClassName
{
background-color: #F31F0A;
}
</style>
border-color css
<style>
span { border-color: #F31F0A; }
span { border-color: rgb(243,31,10); }
td.TdClassName
{
border-color: #F31F0A;
}
.TagClassName
{
border-color: #F31F0A;
}
</style>