Shades of Scarlet #FD2A03
Tints of Scarlet #FD2A03
RGB
CMYK
RGB Variations
Color information
#FD2A03 (or 0xFD2A03) is known color: Scarlet. HEX triplet: FD, 2A and 03. RGB value is (253,42,3). Sum of RGB (Red+Green+Blue) = 253+42+3=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A03 is #02D5FC. Grayscale: #656565. Windows color (decimal): -185853 or 207613. OLE color: 207613.
HSL color Cylindrical-coordinate representation of color #FD2A03: hue angle of 9.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD2A03 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.01 |
| HSL | 9.36º | 0.98% | 0.5% | - |
| HSV(B) | 9.36º | 0.99% | 0.99% | - |
| XYZ | 41.35 | 22.55 | 2.26 | - |
| YUV | 100.64 | 72.9 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 3 | 0 | 0.83 | 0.99 | 0.01 | 9.36 | 0.98 | 0.5 |
| Hex | FD | 2A | 3 | 0 | 53 | 63 | 1 | 9 | 62 | 32 |
| Octal | 375 | 52 | 3 | 0 | 123 | 143 | 1 | 11 | 142 | 62 |
| Binary | 11111101 | 101010 | 11 | 0 | 1010011 | 1100011 | 1 | 1001 | 1100010 | 110010 |
Color Harmonies of #FD2A03
Complementary color
Monochromatic Colors of #FD2A03
Black with #FD2A03
Text Example
Text Example
White with #FD2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A03; }
p { color: rgb(253,42,3); }
H1.HeaderClassName
{
color: #FD2A03;
}
.AnyTagClassName
{
color: #FD2A03;
}
</style>
background-color css
<style>
a { background-color: #FD2A03; }
a { background-color: rgb(253,42,3); }
div.DivClassName
{
background-color: #FD2A03;
}
.BgClassName
{
background-color: #FD2A03;
}
</style>
border-color css
<style>
span { border-color: #FD2A03; }
span { border-color: rgb(253,42,3); }
td.TdClassName
{
border-color: #FD2A03;
}
.TagClassName
{
border-color: #FD2A03;
}
</style>