Shades of Scarlet #F5221D
Tints of Scarlet #F5221D
RGB
CMYK
RGB Variations
Color information
#F5221D (or 0xF5221D) is known color: Scarlet. HEX triplet: F5, 22 and 1D. RGB value is (245,34,29). Sum of RGB (Red+Green+Blue) = 245+34+29=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5221D is #0ADDE2. Grayscale: #606060. Windows color (decimal): -712163 or 1909493. OLE color: 1909493.
HSL color Cylindrical-coordinate representation of color #F5221D: hue angle of 1.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5221D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 34 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.04 |
| HSL | 1.39º | 0.92% | 0.54% | - |
| HSV(B) | 1.39º | 0.88% | 0.96% | - |
| XYZ | 38.45 | 20.65 | 3.12 | - |
| YUV | 96.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 34 | 29 | 0 | 0.86 | 0.88 | 0.04 | 1.39 | 0.92 | 0.54 |
| Hex | F5 | 22 | 1D | 0 | 56 | 58 | 4 | 1 | 5C | 36 |
| Octal | 365 | 42 | 35 | 0 | 126 | 130 | 4 | 1 | 134 | 66 |
| Binary | 11110101 | 100010 | 11101 | 0 | 1010110 | 1011000 | 100 | 1 | 1011100 | 110110 |
Color Harmonies of #F5221D
Complementary color
Monochromatic Colors of #F5221D
Black with #F5221D
Text Example
Text Example
White with #F5221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5221D; }
p { color: rgb(245,34,29); }
H1.HeaderClassName
{
color: #F5221D;
}
.AnyTagClassName
{
color: #F5221D;
}
</style>
background-color css
<style>
a { background-color: #F5221D; }
a { background-color: rgb(245,34,29); }
div.DivClassName
{
background-color: #F5221D;
}
.BgClassName
{
background-color: #F5221D;
}
</style>
border-color css
<style>
span { border-color: #F5221D; }
span { border-color: rgb(245,34,29); }
td.TdClassName
{
border-color: #F5221D;
}
.TagClassName
{
border-color: #F5221D;
}
</style>