Shades of Scarlet #FD220D
Tints of Scarlet #FD220D
RGB
CMYK
RGB Variations
Color information
#FD220D (or 0xFD220D) is known color: Scarlet. HEX triplet: FD, 22 and 0D. RGB value is (253,34,13). Sum of RGB (Red+Green+Blue) = 253+34+13=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD220D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD220D is #02DDF2. Grayscale: #616161. Windows color (decimal): -187891 or 860925. OLE color: 860925.
HSL color Cylindrical-coordinate representation of color #FD220D: hue angle of 5.25º 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 #FD220D is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 13 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.01 |
| HSL | 5.25º | 0.98% | 0.52% | - |
| HSV(B) | 5.25º | 0.95% | 0.99% | - |
| XYZ | 41.15 | 22.06 | 2.47 | - |
| YUV | 97.09 | 80.55 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 13 | 0 | 0.87 | 0.95 | 0.01 | 5.25 | 0.98 | 0.52 |
| Hex | FD | 22 | D | 0 | 57 | 5F | 1 | 5 | 62 | 34 |
| Octal | 375 | 42 | 15 | 0 | 127 | 137 | 1 | 5 | 142 | 64 |
| Binary | 11111101 | 100010 | 1101 | 0 | 1010111 | 1011111 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FD220D
Complementary color
Monochromatic Colors of #FD220D
Black with #FD220D
Text Example
Text Example
White with #FD220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD220D; }
p { color: rgb(253,34,13); }
H1.HeaderClassName
{
color: #FD220D;
}
.AnyTagClassName
{
color: #FD220D;
}
</style>
background-color css
<style>
a { background-color: #FD220D; }
a { background-color: rgb(253,34,13); }
div.DivClassName
{
background-color: #FD220D;
}
.BgClassName
{
background-color: #FD220D;
}
</style>
border-color css
<style>
span { border-color: #FD220D; }
span { border-color: rgb(253,34,13); }
td.TdClassName
{
border-color: #FD220D;
}
.TagClassName
{
border-color: #FD220D;
}
</style>