Shades of Scarlet #F32718
Tints of Scarlet #F32718
RGB
CMYK
RGB Variations
Color information
#F32718 (or 0xF32718) is known color: Scarlet. HEX triplet: F3, 27 and 18. RGB value is (243,39,24). Sum of RGB (Red+Green+Blue) = 243+39+24=306 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.41% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 243 - color contains mainly: red. Hex color #F32718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32718 is #0CD8E7. Grayscale: #626262. Windows color (decimal): -841960 or 1583091. OLE color: 1583091.
HSL color Cylindrical-coordinate representation of color #F32718: hue angle of 4.11º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F32718 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 24 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.05 |
| HSL | 4.11º | 0.9% | 0.52% | - |
| HSV(B) | 4.11º | 0.9% | 0.95% | - |
| XYZ | 37.85 | 20.57 | 2.84 | - |
| YUV | 98.29 | 86.09 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 24 | 0 | 0.84 | 0.90 | 0.05 | 4.11 | 0.9 | 0.52 |
| Hex | F3 | 27 | 18 | 0 | 54 | 5A | 5 | 4 | 5A | 34 |
| Octal | 363 | 47 | 30 | 0 | 124 | 132 | 5 | 4 | 132 | 64 |
| Binary | 11110011 | 100111 | 11000 | 0 | 1010100 | 1011010 | 101 | 100 | 1011010 | 110100 |
Color Harmonies of #F32718
Complementary color
Monochromatic Colors of #F32718
Black with #F32718
Text Example
Text Example
White with #F32718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32718; }
p { color: rgb(243,39,24); }
H1.HeaderClassName
{
color: #F32718;
}
.AnyTagClassName
{
color: #F32718;
}
</style>
background-color css
<style>
a { background-color: #F32718; }
a { background-color: rgb(243,39,24); }
div.DivClassName
{
background-color: #F32718;
}
.BgClassName
{
background-color: #F32718;
}
</style>
border-color css
<style>
span { border-color: #F32718; }
span { border-color: rgb(243,39,24); }
td.TdClassName
{
border-color: #F32718;
}
.TagClassName
{
border-color: #F32718;
}
</style>