Shades of Scarlet #F22D00
Tints of Scarlet #F22D00
RGB
CMYK
RGB Variations
Color information
#F22D00 (or 0xF22D00) is known color: Scarlet. HEX triplet: F2, 2D and 00. RGB value is (242,45,0). Sum of RGB (Red+Green+Blue) = 242+45+0=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D00 is #0DD2FF. Grayscale: #636363. Windows color (decimal): -905984 or 11762. OLE color: 11762.
HSL color Cylindrical-coordinate representation of color #F22D00: hue angle of 11.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.05 |
| HSL | 11.16º | 1% | 0.47% | - |
| HSV(B) | 11.16º | 1% | 0.95% | - |
| XYZ | 37.56 | 20.75 | 2.03 | - |
| YUV | 98.77 | 72.27 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 0 | 0 | 0.81 | 1 | 0.05 | 11.16 | 1 | 0.47 |
| Hex | F2 | 2D | 0 | 0 | 51 | 64 | 5 | B | 64 | 2F |
| Octal | 362 | 55 | 0 | 0 | 121 | 144 | 5 | 13 | 144 | 57 |
| Binary | 11110010 | 101101 | 0 | 0 | 1010001 | 1100100 | 101 | 1011 | 1100100 | 101111 |
Color Harmonies of #F22D00
Complementary color
Monochromatic Colors of #F22D00
Black with #F22D00
Text Example
Text Example
White with #F22D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D00; }
p { color: rgb(242,45,0); }
H1.HeaderClassName
{
color: #F22D00;
}
.AnyTagClassName
{
color: #F22D00;
}
</style>
background-color css
<style>
a { background-color: #F22D00; }
a { background-color: rgb(242,45,0); }
div.DivClassName
{
background-color: #F22D00;
}
.BgClassName
{
background-color: #F22D00;
}
</style>
border-color css
<style>
span { border-color: #F22D00; }
span { border-color: rgb(242,45,0); }
td.TdClassName
{
border-color: #F22D00;
}
.TagClassName
{
border-color: #F22D00;
}
</style>