Shades of Scarlet #FD2F03
Tints of Scarlet #FD2F03
RGB
CMYK
RGB Variations
Color information
#FD2F03 (or 0xFD2F03) is known color: Scarlet. HEX triplet: FD, 2F and 03. RGB value is (253,47,3). Sum of RGB (Red+Green+Blue) = 253+47+3=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2F03 is #02D0FC. Grayscale: #676767. Windows color (decimal): -184573 or 208893. OLE color: 208893.
HSL color Cylindrical-coordinate representation of color #FD2F03: hue angle of 10.56º 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 #FD2F03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.01 |
| HSL | 10.56º | 0.98% | 0.5% | - |
| HSV(B) | 10.56º | 0.99% | 0.99% | - |
| XYZ | 41.54 | 22.92 | 2.32 | - |
| YUV | 103.58 | 71.25 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 3 | 0 | 0.81 | 0.99 | 0.01 | 10.56 | 0.98 | 0.5 |
| Hex | FD | 2F | 3 | 0 | 51 | 63 | 1 | B | 62 | 32 |
| Octal | 375 | 57 | 3 | 0 | 121 | 143 | 1 | 13 | 142 | 62 |
| Binary | 11111101 | 101111 | 11 | 0 | 1010001 | 1100011 | 1 | 1011 | 1100010 | 110010 |
Color Harmonies of #FD2F03
Complementary color
Monochromatic Colors of #FD2F03
Black with #FD2F03
Text Example
Text Example
White with #FD2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F03; }
p { color: rgb(253,47,3); }
H1.HeaderClassName
{
color: #FD2F03;
}
.AnyTagClassName
{
color: #FD2F03;
}
</style>
background-color css
<style>
a { background-color: #FD2F03; }
a { background-color: rgb(253,47,3); }
div.DivClassName
{
background-color: #FD2F03;
}
.BgClassName
{
background-color: #FD2F03;
}
</style>
border-color css
<style>
span { border-color: #FD2F03; }
span { border-color: rgb(253,47,3); }
td.TdClassName
{
border-color: #FD2F03;
}
.TagClassName
{
border-color: #FD2F03;
}
</style>