Shades of Scarlet #FE2A0C
Tints of Scarlet #FE2A0C
RGB
CMYK
RGB Variations
Color information
#FE2A0C (or 0xFE2A0C) is known color: Scarlet. HEX triplet: FE, 2A and 0C. RGB value is (254,42,12). Sum of RGB (Red+Green+Blue) = 254+42+12=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2A0C is #01D5F3. Grayscale: #666666. Windows color (decimal): -120308 or 797438. OLE color: 797438.
HSL color Cylindrical-coordinate representation of color #FE2A0C: hue angle of 7.44º 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 #FE2A0C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.00 |
| HSL | 7.44º | 0.99% | 0.52% | - |
| HSV(B) | 7.44º | 0.95% | 1% | - |
| XYZ | 41.77 | 22.75 | 2.54 | - |
| YUV | 101.97 | 77.24 | 236.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 12 | 0 | 0.83 | 0.95 | 0.00 | 7.44 | 0.99 | 0.52 |
| Hex | FE | 2A | C | 0 | 53 | 5F | 0 | 7 | 63 | 34 |
| Octal | 376 | 52 | 14 | 0 | 123 | 137 | 0 | 7 | 143 | 64 |
| Binary | 11111110 | 101010 | 1100 | 0 | 1010011 | 1011111 | 0 | 111 | 1100011 | 110100 |
Color Harmonies of #FE2A0C
Complementary color
Monochromatic Colors of #FE2A0C
Black with #FE2A0C
Text Example
Text Example
White with #FE2A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A0C; }
p { color: rgb(254,42,12); }
H1.HeaderClassName
{
color: #FE2A0C;
}
.AnyTagClassName
{
color: #FE2A0C;
}
</style>
background-color css
<style>
a { background-color: #FE2A0C; }
a { background-color: rgb(254,42,12); }
div.DivClassName
{
background-color: #FE2A0C;
}
.BgClassName
{
background-color: #FE2A0C;
}
</style>
border-color css
<style>
span { border-color: #FE2A0C; }
span { border-color: rgb(254,42,12); }
td.TdClassName
{
border-color: #FE2A0C;
}
.TagClassName
{
border-color: #FE2A0C;
}
</style>