Shades of Scarlet #FD320C
Tints of Scarlet #FD320C
RGB
CMYK
RGB Variations
Color information
#FD320C (or 0xFD320C) is known color: Scarlet. HEX triplet: FD, 32 and 0C. RGB value is (253,50,12). Sum of RGB (Red+Green+Blue) = 253+50+12=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD320C is #02CDF3. Grayscale: #6A6A6A. Windows color (decimal): -183796 or 799485. OLE color: 799485.
HSL color Cylindrical-coordinate representation of color #FD320C: hue angle of 9.46º 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 #FD320C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.01 |
| HSL | 9.46º | 0.98% | 0.52% | - |
| HSV(B) | 9.46º | 0.95% | 0.99% | - |
| XYZ | 41.71 | 23.19 | 2.63 | - |
| YUV | 106.37 | 74.75 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 12 | 0 | 0.80 | 0.95 | 0.01 | 9.46 | 0.98 | 0.52 |
| Hex | FD | 32 | C | 0 | 50 | 5F | 1 | 9 | 62 | 34 |
| Octal | 375 | 62 | 14 | 0 | 120 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111101 | 110010 | 1100 | 0 | 1010000 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FD320C
Complementary color
Monochromatic Colors of #FD320C
Black with #FD320C
Text Example
Text Example
White with #FD320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD320C; }
p { color: rgb(253,50,12); }
H1.HeaderClassName
{
color: #FD320C;
}
.AnyTagClassName
{
color: #FD320C;
}
</style>
background-color css
<style>
a { background-color: #FD320C; }
a { background-color: rgb(253,50,12); }
div.DivClassName
{
background-color: #FD320C;
}
.BgClassName
{
background-color: #FD320C;
}
</style>
border-color css
<style>
span { border-color: #FD320C; }
span { border-color: rgb(253,50,12); }
td.TdClassName
{
border-color: #FD320C;
}
.TagClassName
{
border-color: #FD320C;
}
</style>