Shades of Scarlet #FD220C
Tints of Scarlet #FD220C
RGB
CMYK
RGB Variations
Color information
#FD220C (or 0xFD220C) is known color: Scarlet. HEX triplet: FD, 22 and 0C. RGB value is (253,34,12). Sum of RGB (Red+Green+Blue) = 253+34+12=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD220C is #02DDF3. Grayscale: #616161. Windows color (decimal): -187892 or 795389. OLE color: 795389.
HSL color Cylindrical-coordinate representation of color #FD220C: hue angle of 5.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD220C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.01 |
| HSL | 5.48º | 0.98% | 0.52% | - |
| HSV(B) | 5.48º | 0.95% | 0.99% | - |
| XYZ | 41.15 | 22.05 | 2.44 | - |
| YUV | 96.97 | 80.05 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 12 | 0 | 0.87 | 0.95 | 0.01 | 5.48 | 0.98 | 0.52 |
| Hex | FD | 22 | C | 0 | 57 | 5F | 1 | 5 | 62 | 34 |
| Octal | 375 | 42 | 14 | 0 | 127 | 137 | 1 | 5 | 142 | 64 |
| Binary | 11111101 | 100010 | 1100 | 0 | 1010111 | 1011111 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FD220C
Complementary color
Monochromatic Colors of #FD220C
Black with #FD220C
Text Example
Text Example
White with #FD220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD220C; }
p { color: rgb(253,34,12); }
H1.HeaderClassName
{
color: #FD220C;
}
.AnyTagClassName
{
color: #FD220C;
}
</style>
background-color css
<style>
a { background-color: #FD220C; }
a { background-color: rgb(253,34,12); }
div.DivClassName
{
background-color: #FD220C;
}
.BgClassName
{
background-color: #FD220C;
}
</style>
border-color css
<style>
span { border-color: #FD220C; }
span { border-color: rgb(253,34,12); }
td.TdClassName
{
border-color: #FD220C;
}
.TagClassName
{
border-color: #FD220C;
}
</style>