Shades of Scarlet #FE270C
Tints of Scarlet #FE270C
RGB
CMYK
RGB Variations
Color information
#FE270C (or 0xFE270C) is known color: Scarlet. HEX triplet: FE, 27 and 0C. RGB value is (254,39,12). Sum of RGB (Red+Green+Blue) = 254+39+12=305 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.28% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 254 - color contains mainly: red. Hex color #FE270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE270C is #01D8F3. Grayscale: #646464. Windows color (decimal): -121076 or 796670. OLE color: 796670.
HSL color Cylindrical-coordinate representation of color #FE270C: hue angle of 6.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE270C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.00 |
| HSL | 6.69º | 0.99% | 0.52% | - |
| HSV(B) | 6.69º | 0.95% | 1% | - |
| XYZ | 41.66 | 22.55 | 2.5 | - |
| YUV | 100.21 | 78.23 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 12 | 0 | 0.85 | 0.95 | 0.00 | 6.69 | 0.99 | 0.52 |
| Hex | FE | 27 | C | 0 | 55 | 5F | 0 | 7 | 63 | 34 |
| Octal | 376 | 47 | 14 | 0 | 125 | 137 | 0 | 7 | 143 | 64 |
| Binary | 11111110 | 100111 | 1100 | 0 | 1010101 | 1011111 | 0 | 111 | 1100011 | 110100 |
Color Harmonies of #FE270C
Complementary color
Monochromatic Colors of #FE270C
Black with #FE270C
Text Example
Text Example
White with #FE270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE270C; }
p { color: rgb(254,39,12); }
H1.HeaderClassName
{
color: #FE270C;
}
.AnyTagClassName
{
color: #FE270C;
}
</style>
background-color css
<style>
a { background-color: #FE270C; }
a { background-color: rgb(254,39,12); }
div.DivClassName
{
background-color: #FE270C;
}
.BgClassName
{
background-color: #FE270C;
}
</style>
border-color css
<style>
span { border-color: #FE270C; }
span { border-color: rgb(254,39,12); }
td.TdClassName
{
border-color: #FE270C;
}
.TagClassName
{
border-color: #FE270C;
}
</style>