Shades of Scarlet #FD2A1C
Tints of Scarlet #FD2A1C
RGB
CMYK
RGB Variations
Color information
#FD2A1C (or 0xFD2A1C) is known color: Scarlet. HEX triplet: FD, 2A and 1C. RGB value is (253,42,28). Sum of RGB (Red+Green+Blue) = 253+42+28=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A1C is #02D5E3. Grayscale: #676767. Windows color (decimal): -185828 or 1846013. OLE color: 1846013.
HSL color Cylindrical-coordinate representation of color #FD2A1C: hue angle of 3.73º 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 #FD2A1C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 28 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.01 |
| HSL | 3.73º | 0.98% | 0.55% | - |
| HSV(B) | 3.73º | 0.89% | 0.99% | - |
| XYZ | 41.55 | 22.62 | 3.28 | - |
| YUV | 103.49 | 85.4 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 28 | 0 | 0.83 | 0.89 | 0.01 | 3.73 | 0.98 | 0.55 |
| Hex | FD | 2A | 1C | 0 | 53 | 59 | 1 | 4 | 62 | 37 |
| Octal | 375 | 52 | 34 | 0 | 123 | 131 | 1 | 4 | 142 | 67 |
| Binary | 11111101 | 101010 | 11100 | 0 | 1010011 | 1011001 | 1 | 100 | 1100010 | 110111 |
Color Harmonies of #FD2A1C
Complementary color
Monochromatic Colors of #FD2A1C
Black with #FD2A1C
Text Example
Text Example
White with #FD2A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A1C; }
p { color: rgb(253,42,28); }
H1.HeaderClassName
{
color: #FD2A1C;
}
.AnyTagClassName
{
color: #FD2A1C;
}
</style>
background-color css
<style>
a { background-color: #FD2A1C; }
a { background-color: rgb(253,42,28); }
div.DivClassName
{
background-color: #FD2A1C;
}
.BgClassName
{
background-color: #FD2A1C;
}
</style>
border-color css
<style>
span { border-color: #FD2A1C; }
span { border-color: rgb(253,42,28); }
td.TdClassName
{
border-color: #FD2A1C;
}
.TagClassName
{
border-color: #FD2A1C;
}
</style>