Shades of Scarlet #F32418
Tints of Scarlet #F32418
RGB
CMYK
RGB Variations
Color information
#F32418 (or 0xF32418) is known color: Scarlet. HEX triplet: F3, 24 and 18. RGB value is (243,36,24). Sum of RGB (Red+Green+Blue) = 243+36+24=303 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.20% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 243 - color contains mainly: red. Hex color #F32418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F32418 is #0CDBE7. Grayscale: #606060. Windows color (decimal): -842728 or 1582323. OLE color: 1582323.
HSL color Cylindrical-coordinate representation of color #F32418: hue angle of 3.29º 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 #F32418 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 24 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.05 |
| HSL | 3.29º | 0.9% | 0.52% | - |
| HSV(B) | 3.29º | 0.9% | 0.95% | - |
| XYZ | 37.76 | 20.38 | 2.81 | - |
| YUV | 96.53 | 87.08 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 24 | 0 | 0.85 | 0.90 | 0.05 | 3.29 | 0.9 | 0.52 |
| Hex | F3 | 24 | 18 | 0 | 55 | 5A | 5 | 3 | 5A | 34 |
| Octal | 363 | 44 | 30 | 0 | 125 | 132 | 5 | 3 | 132 | 64 |
| Binary | 11110011 | 100100 | 11000 | 0 | 1010101 | 1011010 | 101 | 11 | 1011010 | 110100 |
Color Harmonies of #F32418
Complementary color
Monochromatic Colors of #F32418
Black with #F32418
Text Example
Text Example
White with #F32418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32418; }
p { color: rgb(243,36,24); }
H1.HeaderClassName
{
color: #F32418;
}
.AnyTagClassName
{
color: #F32418;
}
</style>
background-color css
<style>
a { background-color: #F32418; }
a { background-color: rgb(243,36,24); }
div.DivClassName
{
background-color: #F32418;
}
.BgClassName
{
background-color: #F32418;
}
</style>
border-color css
<style>
span { border-color: #F32418; }
span { border-color: rgb(243,36,24); }
td.TdClassName
{
border-color: #F32418;
}
.TagClassName
{
border-color: #F32418;
}
</style>