Shades of Scarlet #FC2E02
Tints of Scarlet #FC2E02
RGB
CMYK
RGB Variations
Color information
#FC2E02 (or 0xFC2E02) is known color: Scarlet. HEX triplet: FC, 2E and 02. RGB value is (252,46,2). Sum of RGB (Red+Green+Blue) = 252+46+2=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2E02 is #03D1FD. Grayscale: #666666. Windows color (decimal): -250366 or 143100. OLE color: 143100.
HSL color Cylindrical-coordinate representation of color #FC2E02: hue angle of 10.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC2E02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.01 |
| HSL | 10.56º | 0.98% | 0.5% | - |
| HSV(B) | 10.56º | 0.99% | 0.99% | - |
| XYZ | 41.13 | 22.65 | 2.26 | - |
| YUV | 102.58 | 71.25 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 2 | 0 | 0.82 | 0.99 | 0.01 | 10.56 | 0.98 | 0.5 |
| Hex | FC | 2E | 2 | 0 | 52 | 63 | 1 | B | 62 | 32 |
| Octal | 374 | 56 | 2 | 0 | 122 | 143 | 1 | 13 | 142 | 62 |
| Binary | 11111100 | 101110 | 10 | 0 | 1010010 | 1100011 | 1 | 1011 | 1100010 | 110010 |
Color Harmonies of #FC2E02
Complementary color
Monochromatic Colors of #FC2E02
Black with #FC2E02
Text Example
Text Example
White with #FC2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E02; }
p { color: rgb(252,46,2); }
H1.HeaderClassName
{
color: #FC2E02;
}
.AnyTagClassName
{
color: #FC2E02;
}
</style>
background-color css
<style>
a { background-color: #FC2E02; }
a { background-color: rgb(252,46,2); }
div.DivClassName
{
background-color: #FC2E02;
}
.BgClassName
{
background-color: #FC2E02;
}
</style>
border-color css
<style>
span { border-color: #FC2E02; }
span { border-color: rgb(252,46,2); }
td.TdClassName
{
border-color: #FC2E02;
}
.TagClassName
{
border-color: #FC2E02;
}
</style>