Shades of Scarlet #F92A1D
Tints of Scarlet #F92A1D
RGB
CMYK
RGB Variations
Color information
#F92A1D (or 0xF92A1D) is known color: Scarlet. HEX triplet: F9, 2A and 1D. RGB value is (249,42,29). Sum of RGB (Red+Green+Blue) = 249+42+29=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A1D is #06D5E2. Grayscale: #666666. Windows color (decimal): -447971 or 1911545. OLE color: 1911545.
HSL color Cylindrical-coordinate representation of color #F92A1D: hue angle of 3.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F92A1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.02 |
| HSL | 3.55º | 0.95% | 0.55% | - |
| HSV(B) | 3.55º | 0.88% | 0.98% | - |
| XYZ | 40.12 | 21.88 | 3.27 | - |
| YUV | 102.41 | 86.58 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 29 | 0 | 0.83 | 0.88 | 0.02 | 3.55 | 0.95 | 0.55 |
| Hex | F9 | 2A | 1D | 0 | 53 | 58 | 2 | 4 | 5F | 37 |
| Octal | 371 | 52 | 35 | 0 | 123 | 130 | 2 | 4 | 137 | 67 |
| Binary | 11111001 | 101010 | 11101 | 0 | 1010011 | 1011000 | 10 | 100 | 1011111 | 110111 |
Color Harmonies of #F92A1D
Complementary color
Monochromatic Colors of #F92A1D
Black with #F92A1D
Text Example
Text Example
White with #F92A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A1D; }
p { color: rgb(249,42,29); }
H1.HeaderClassName
{
color: #F92A1D;
}
.AnyTagClassName
{
color: #F92A1D;
}
</style>
background-color css
<style>
a { background-color: #F92A1D; }
a { background-color: rgb(249,42,29); }
div.DivClassName
{
background-color: #F92A1D;
}
.BgClassName
{
background-color: #F92A1D;
}
</style>
border-color css
<style>
span { border-color: #F92A1D; }
span { border-color: rgb(249,42,29); }
td.TdClassName
{
border-color: #F92A1D;
}
.TagClassName
{
border-color: #F92A1D;
}
</style>