Shades of Scarlet #FD2A00
Tints of Scarlet #FD2A00
RGB
CMYK
RGB Variations
Color information
#FD2A00 (or 0xFD2A00) is known color: Scarlet. HEX triplet: FD, 2A and 00. RGB value is (253,42,0). Sum of RGB (Red+Green+Blue) = 253+42+0=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A00 is #02D5FF. Grayscale: #646464. Windows color (decimal): -185856 or 11005. OLE color: 11005.
HSL color Cylindrical-coordinate representation of color #FD2A00: hue angle of 9.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD2A00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.01 |
| HSL | 9.96º | 1% | 0.5% | - |
| HSV(B) | 9.96º | 1% | 0.99% | - |
| XYZ | 41.34 | 22.54 | 2.17 | - |
| YUV | 100.3 | 71.4 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 0 | 0 | 0.83 | 1 | 0.01 | 9.96 | 1 | 0.5 |
| Hex | FD | 2A | 0 | 0 | 53 | 64 | 1 | A | 64 | 32 |
| Octal | 375 | 52 | 0 | 0 | 123 | 144 | 1 | 12 | 144 | 62 |
| Binary | 11111101 | 101010 | 0 | 0 | 1010011 | 1100100 | 1 | 1010 | 1100100 | 110010 |
Color Harmonies of #FD2A00
Complementary color
Monochromatic Colors of #FD2A00
Black with #FD2A00
Text Example
Text Example
White with #FD2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A00; }
p { color: rgb(253,42,0); }
H1.HeaderClassName
{
color: #FD2A00;
}
.AnyTagClassName
{
color: #FD2A00;
}
</style>
background-color css
<style>
a { background-color: #FD2A00; }
a { background-color: rgb(253,42,0); }
div.DivClassName
{
background-color: #FD2A00;
}
.BgClassName
{
background-color: #FD2A00;
}
</style>
border-color css
<style>
span { border-color: #FD2A00; }
span { border-color: rgb(253,42,0); }
td.TdClassName
{
border-color: #FD2A00;
}
.TagClassName
{
border-color: #FD2A00;
}
</style>