Shades of Scarlet #FD220B
Tints of Scarlet #FD220B
RGB
CMYK
RGB Variations
Color information
#FD220B (or 0xFD220B) is known color: Scarlet. HEX triplet: FD, 22 and 0B. RGB value is (253,34,11). Sum of RGB (Red+Green+Blue) = 253+34+11=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD220B is #02DDF4. Grayscale: #616161. Windows color (decimal): -187893 or 729853. OLE color: 729853.
HSL color Cylindrical-coordinate representation of color #FD220B: hue angle of 5.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD220B is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 11 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.01 |
| HSL | 5.7º | 0.98% | 0.52% | - |
| HSV(B) | 5.7º | 0.96% | 0.99% | - |
| XYZ | 41.14 | 22.05 | 2.4 | - |
| YUV | 96.86 | 79.55 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 11 | 0 | 0.87 | 0.96 | 0.01 | 5.7 | 0.98 | 0.52 |
| Hex | FD | 22 | B | 0 | 57 | 60 | 1 | 6 | 62 | 34 |
| Octal | 375 | 42 | 13 | 0 | 127 | 140 | 1 | 6 | 142 | 64 |
| Binary | 11111101 | 100010 | 1011 | 0 | 1010111 | 1100000 | 1 | 110 | 1100010 | 110100 |
Color Harmonies of #FD220B
Complementary color
Monochromatic Colors of #FD220B
Black with #FD220B
Text Example
Text Example
White with #FD220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD220B; }
p { color: rgb(253,34,11); }
H1.HeaderClassName
{
color: #FD220B;
}
.AnyTagClassName
{
color: #FD220B;
}
</style>
background-color css
<style>
a { background-color: #FD220B; }
a { background-color: rgb(253,34,11); }
div.DivClassName
{
background-color: #FD220B;
}
.BgClassName
{
background-color: #FD220B;
}
</style>
border-color css
<style>
span { border-color: #FD220B; }
span { border-color: rgb(253,34,11); }
td.TdClassName
{
border-color: #FD220B;
}
.TagClassName
{
border-color: #FD220B;
}
</style>