Shades of Scarlet #FD300C
Tints of Scarlet #FD300C
RGB
CMYK
RGB Variations
Color information
#FD300C (or 0xFD300C) is known color: Scarlet. HEX triplet: FD, 30 and 0C. RGB value is (253,48,12). Sum of RGB (Red+Green+Blue) = 253+48+12=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD300C is #02CFF3. Grayscale: #696969. Windows color (decimal): -184308 or 798973. OLE color: 798973.
HSL color Cylindrical-coordinate representation of color #FD300C: hue angle of 8.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD300C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 8.96º | 0.98% | 0.52% | - |
| HSV(B) | 8.96º | 0.95% | 0.99% | - |
| XYZ | 41.63 | 23.02 | 2.6 | - |
| YUV | 105.19 | 75.42 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 12 | 0 | 0.81 | 0.95 | 0.01 | 8.96 | 0.98 | 0.52 |
| Hex | FD | 30 | C | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 375 | 60 | 14 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111101 | 110000 | 1100 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FD300C
Complementary color
Monochromatic Colors of #FD300C
Black with #FD300C
Text Example
Text Example
White with #FD300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD300C; }
p { color: rgb(253,48,12); }
H1.HeaderClassName
{
color: #FD300C;
}
.AnyTagClassName
{
color: #FD300C;
}
</style>
background-color css
<style>
a { background-color: #FD300C; }
a { background-color: rgb(253,48,12); }
div.DivClassName
{
background-color: #FD300C;
}
.BgClassName
{
background-color: #FD300C;
}
</style>
border-color css
<style>
span { border-color: #FD300C; }
span { border-color: rgb(253,48,12); }
td.TdClassName
{
border-color: #FD300C;
}
.TagClassName
{
border-color: #FD300C;
}
</style>