Shades of Scarlet #FC241E
Tints of Scarlet #FC241E
RGB
CMYK
RGB Variations
Color information
#FC241E (or 0xFC241E) is known color: Scarlet. HEX triplet: FC, 24 and 1E. RGB value is (252,36,30). Sum of RGB (Red+Green+Blue) = 252+36+30=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC241E is #03DBE1. Grayscale: #646464. Windows color (decimal): -252898 or 1975548. OLE color: 1975548.
HSL color Cylindrical-coordinate representation of color #FC241E: hue angle of 1.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC241E is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 30 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.01 |
| HSL | 1.62º | 0.97% | 0.55% | - |
| HSV(B) | 1.62º | 0.88% | 0.99% | - |
| XYZ | 41.01 | 22.05 | 3.32 | - |
| YUV | 99.9 | 88.56 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 30 | 0 | 0.86 | 0.88 | 0.01 | 1.62 | 0.97 | 0.55 |
| Hex | FC | 24 | 1E | 0 | 56 | 58 | 1 | 2 | 61 | 37 |
| Octal | 374 | 44 | 36 | 0 | 126 | 130 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100100 | 11110 | 0 | 1010110 | 1011000 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC241E
Complementary color
Monochromatic Colors of #FC241E
Black with #FC241E
Text Example
Text Example
White with #FC241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC241E; }
p { color: rgb(252,36,30); }
H1.HeaderClassName
{
color: #FC241E;
}
.AnyTagClassName
{
color: #FC241E;
}
</style>
background-color css
<style>
a { background-color: #FC241E; }
a { background-color: rgb(252,36,30); }
div.DivClassName
{
background-color: #FC241E;
}
.BgClassName
{
background-color: #FC241E;
}
</style>
border-color css
<style>
span { border-color: #FC241E; }
span { border-color: rgb(252,36,30); }
td.TdClassName
{
border-color: #FC241E;
}
.TagClassName
{
border-color: #FC241E;
}
</style>