Shades of Scarlet #FF220C
Tints of Scarlet #FF220C
RGB
CMYK
RGB Variations
Color information
#FF220C (or 0xFF220C) is known color: Scarlet. HEX triplet: FF, 22 and 0C. RGB value is (255,34,12). Sum of RGB (Red+Green+Blue) = 255+34+12=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF220C is #00DDF3. Grayscale: #616161. Windows color (decimal): -56820 or 795391. OLE color: 795391.
HSL color Cylindrical-coordinate representation of color #FF220C: hue angle of 5.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF220C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0 |
| HSL | 5.43º | 1% | 0.52% | - |
| HSV(B) | 5.43º | 0.95% | 1% | - |
| XYZ | 41.88 | 22.43 | 2.47 | - |
| YUV | 97.57 | 79.72 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 12 | 0 | 0.87 | 0.95 | 0 | 5.43 | 1 | 0.52 |
| Hex | FF | 22 | C | 0 | 57 | 5F | 0 | 5 | 64 | 34 |
| Octal | 377 | 42 | 14 | 0 | 127 | 137 | 0 | 5 | 144 | 64 |
| Binary | 11111111 | 100010 | 1100 | 0 | 1010111 | 1011111 | 0 | 101 | 1100100 | 110100 |
Color Harmonies of #FF220C
Complementary color
Monochromatic Colors of #FF220C
Black with #FF220C
Text Example
Text Example
White with #FF220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF220C; }
p { color: rgb(255,34,12); }
H1.HeaderClassName
{
color: #FF220C;
}
.AnyTagClassName
{
color: #FF220C;
}
</style>
background-color css
<style>
a { background-color: #FF220C; }
a { background-color: rgb(255,34,12); }
div.DivClassName
{
background-color: #FF220C;
}
.BgClassName
{
background-color: #FF220C;
}
</style>
border-color css
<style>
span { border-color: #FF220C; }
span { border-color: rgb(255,34,12); }
td.TdClassName
{
border-color: #FF220C;
}
.TagClassName
{
border-color: #FF220C;
}
</style>