Shades of Scarlet #FD2C13
Tints of Scarlet #FD2C13
RGB
CMYK
RGB Variations
Color information
#FD2C13 (or 0xFD2C13) is known color: Scarlet. HEX triplet: FD, 2C and 13. RGB value is (253,44,19). Sum of RGB (Red+Green+Blue) = 253+44+19=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2C13 is #02D3EC. Grayscale: #676767. Windows color (decimal): -185325 or 1256701. OLE color: 1256701.
HSL color Cylindrical-coordinate representation of color #FD2C13: hue angle of 6.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD2C13 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.01 |
| HSL | 6.41º | 0.98% | 0.53% | - |
| HSV(B) | 6.41º | 0.92% | 0.99% | - |
| XYZ | 41.53 | 22.73 | 2.81 | - |
| YUV | 103.64 | 80.24 | 234.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 19 | 0 | 0.83 | 0.92 | 0.01 | 6.41 | 0.98 | 0.53 |
| Hex | FD | 2C | 13 | 0 | 53 | 5C | 1 | 6 | 62 | 35 |
| Octal | 375 | 54 | 23 | 0 | 123 | 134 | 1 | 6 | 142 | 65 |
| Binary | 11111101 | 101100 | 10011 | 0 | 1010011 | 1011100 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FD2C13
Complementary color
Monochromatic Colors of #FD2C13
Black with #FD2C13
Text Example
Text Example
White with #FD2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C13; }
p { color: rgb(253,44,19); }
H1.HeaderClassName
{
color: #FD2C13;
}
.AnyTagClassName
{
color: #FD2C13;
}
</style>
background-color css
<style>
a { background-color: #FD2C13; }
a { background-color: rgb(253,44,19); }
div.DivClassName
{
background-color: #FD2C13;
}
.BgClassName
{
background-color: #FD2C13;
}
</style>
border-color css
<style>
span { border-color: #FD2C13; }
span { border-color: rgb(253,44,19); }
td.TdClassName
{
border-color: #FD2C13;
}
.TagClassName
{
border-color: #FD2C13;
}
</style>