Shades of Scarlet #FE3218
Tints of Scarlet #FE3218
RGB
CMYK
RGB Variations
Color information
#FE3218 (or 0xFE3218) is known color: Scarlet. HEX triplet: FE, 32 and 18. RGB value is (254,50,24). Sum of RGB (Red+Green+Blue) = 254+50+24=328 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.44% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3218 is #01CDE7. Grayscale: #6C6C6C. Windows color (decimal): -118248 or 1585918. OLE color: 1585918.
HSL color Cylindrical-coordinate representation of color #FE3218: hue angle of 6.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE3218 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 24 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.00 |
| HSL | 6.78º | 0.99% | 0.55% | - |
| HSV(B) | 6.78º | 0.91% | 1% | - |
| XYZ | 42.18 | 23.42 | 3.16 | - |
| YUV | 108.03 | 80.59 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 24 | 0 | 0.80 | 0.91 | 0.00 | 6.78 | 0.99 | 0.55 |
| Hex | FE | 32 | 18 | 0 | 50 | 5B | 0 | 7 | 63 | 37 |
| Octal | 376 | 62 | 30 | 0 | 120 | 133 | 0 | 7 | 143 | 67 |
| Binary | 11111110 | 110010 | 11000 | 0 | 1010000 | 1011011 | 0 | 111 | 1100011 | 110111 |
Color Harmonies of #FE3218
Complementary color
Monochromatic Colors of #FE3218
Black with #FE3218
Text Example
Text Example
White with #FE3218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3218; }
p { color: rgb(254,50,24); }
H1.HeaderClassName
{
color: #FE3218;
}
.AnyTagClassName
{
color: #FE3218;
}
</style>
background-color css
<style>
a { background-color: #FE3218; }
a { background-color: rgb(254,50,24); }
div.DivClassName
{
background-color: #FE3218;
}
.BgClassName
{
background-color: #FE3218;
}
</style>
border-color css
<style>
span { border-color: #FE3218; }
span { border-color: rgb(254,50,24); }
td.TdClassName
{
border-color: #FE3218;
}
.TagClassName
{
border-color: #FE3218;
}
</style>