Shades of Scarlet #FD2A05
Tints of Scarlet #FD2A05
RGB
CMYK
RGB Variations
Color information
#FD2A05 (or 0xFD2A05) is known color: Scarlet. HEX triplet: FD, 2A and 05. RGB value is (253,42,5). Sum of RGB (Red+Green+Blue) = 253+42+5=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2A05 is #02D5FA. Grayscale: #656565. Windows color (decimal): -185851 or 338685. OLE color: 338685.
HSL color Cylindrical-coordinate representation of color #FD2A05: hue angle of 8.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD2A05 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.01 |
| HSL | 8.95º | 0.98% | 0.51% | - |
| HSV(B) | 8.95º | 0.98% | 0.99% | - |
| XYZ | 41.36 | 22.55 | 2.32 | - |
| YUV | 100.87 | 73.9 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 5 | 0 | 0.83 | 0.98 | 0.01 | 8.95 | 0.98 | 0.51 |
| Hex | FD | 2A | 5 | 0 | 53 | 62 | 1 | 9 | 62 | 33 |
| Octal | 375 | 52 | 5 | 0 | 123 | 142 | 1 | 11 | 142 | 63 |
| Binary | 11111101 | 101010 | 101 | 0 | 1010011 | 1100010 | 1 | 1001 | 1100010 | 110011 |
Color Harmonies of #FD2A05
Complementary color
Monochromatic Colors of #FD2A05
Black with #FD2A05
Text Example
Text Example
White with #FD2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A05; }
p { color: rgb(253,42,5); }
H1.HeaderClassName
{
color: #FD2A05;
}
.AnyTagClassName
{
color: #FD2A05;
}
</style>
background-color css
<style>
a { background-color: #FD2A05; }
a { background-color: rgb(253,42,5); }
div.DivClassName
{
background-color: #FD2A05;
}
.BgClassName
{
background-color: #FD2A05;
}
</style>
border-color css
<style>
span { border-color: #FD2A05; }
span { border-color: rgb(253,42,5); }
td.TdClassName
{
border-color: #FD2A05;
}
.TagClassName
{
border-color: #FD2A05;
}
</style>