Shades of Scarlet #FD221D
Tints of Scarlet #FD221D
RGB
CMYK
RGB Variations
Color information
#FD221D (or 0xFD221D) is known color: Scarlet. HEX triplet: FD, 22 and 1D. RGB value is (253,34,29). Sum of RGB (Red+Green+Blue) = 253+34+29=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD221D is #02DDE2. Grayscale: #636363. Windows color (decimal): -187875 or 1909501. OLE color: 1909501.
HSL color Cylindrical-coordinate representation of color #FD221D: hue angle of 1.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD221D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 29 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.01 |
| HSL | 1.34º | 0.98% | 0.55% | - |
| HSV(B) | 1.34º | 0.89% | 0.99% | - |
| XYZ | 41.3 | 22.12 | 3.25 | - |
| YUV | 98.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 29 | 0 | 0.87 | 0.89 | 0.01 | 1.34 | 0.98 | 0.55 |
| Hex | FD | 22 | 1D | 0 | 57 | 59 | 1 | 1 | 62 | 37 |
| Octal | 375 | 42 | 35 | 0 | 127 | 131 | 1 | 1 | 142 | 67 |
| Binary | 11111101 | 100010 | 11101 | 0 | 1010111 | 1011001 | 1 | 1 | 1100010 | 110111 |
Color Harmonies of #FD221D
Complementary color
Monochromatic Colors of #FD221D
Black with #FD221D
Text Example
Text Example
White with #FD221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD221D; }
p { color: rgb(253,34,29); }
H1.HeaderClassName
{
color: #FD221D;
}
.AnyTagClassName
{
color: #FD221D;
}
</style>
background-color css
<style>
a { background-color: #FD221D; }
a { background-color: rgb(253,34,29); }
div.DivClassName
{
background-color: #FD221D;
}
.BgClassName
{
background-color: #FD221D;
}
</style>
border-color css
<style>
span { border-color: #FD221D; }
span { border-color: rgb(253,34,29); }
td.TdClassName
{
border-color: #FD221D;
}
.TagClassName
{
border-color: #FD221D;
}
</style>