Shades of Scarlet #FF220E
Tints of Scarlet #FF220E
RGB
CMYK
RGB Variations
Color information
#FF220E (or 0xFF220E) is known color: Scarlet. HEX triplet: FF, 22 and 0E. RGB value is (255,34,14). Sum of RGB (Red+Green+Blue) = 255+34+14=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF220E is #00DDF1. Grayscale: #626262. Windows color (decimal): -56818 or 926463. OLE color: 926463.
HSL color Cylindrical-coordinate representation of color #FF220E: hue angle of 4.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF220E is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 14 | - |
| CMYK | 0 | 0.87 | 0.95 | 0 |
| HSL | 4.98º | 1% | 0.53% | - |
| HSV(B) | 4.98º | 0.95% | 1% | - |
| XYZ | 41.89 | 22.44 | 2.54 | - |
| YUV | 97.8 | 80.72 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 14 | 0 | 0.87 | 0.95 | 0 | 4.98 | 1 | 0.53 |
| Hex | FF | 22 | E | 0 | 57 | 5F | 0 | 5 | 64 | 35 |
| Octal | 377 | 42 | 16 | 0 | 127 | 137 | 0 | 5 | 144 | 65 |
| Binary | 11111111 | 100010 | 1110 | 0 | 1010111 | 1011111 | 0 | 101 | 1100100 | 110101 |
Color Harmonies of #FF220E
Complementary color
Monochromatic Colors of #FF220E
Black with #FF220E
Text Example
Text Example
White with #FF220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF220E; }
p { color: rgb(255,34,14); }
H1.HeaderClassName
{
color: #FF220E;
}
.AnyTagClassName
{
color: #FF220E;
}
</style>
background-color css
<style>
a { background-color: #FF220E; }
a { background-color: rgb(255,34,14); }
div.DivClassName
{
background-color: #FF220E;
}
.BgClassName
{
background-color: #FF220E;
}
</style>
border-color css
<style>
span { border-color: #FF220E; }
span { border-color: rgb(255,34,14); }
td.TdClassName
{
border-color: #FF220E;
}
.TagClassName
{
border-color: #FF220E;
}
</style>