Shades of Red Orange #FE3534
Tints of Red Orange #FE3534
RGB
CMYK
RGB Variations
Color information
#FE3534 (or 0xFE3534) is known color: Red Orange. HEX triplet: FE, 35 and 34. RGB value is (254,53,52). Sum of RGB (Red+Green+Blue) = 254+53+52=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3534 is #01CACB. Grayscale: #717171. Windows color (decimal): -117452 or 3421694. OLE color: 3421694.
HSL color Cylindrical-coordinate representation of color #FE3534: hue angle of 0.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3534 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 52 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.00 |
| HSL | 0.3º | 0.99% | 0.6% | - |
| HSV(B) | 0.3º | 0.8% | 1% | - |
| XYZ | 42.77 | 23.86 | 5.6 | - |
| YUV | 112.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 52 | 0 | 0.79 | 0.80 | 0.00 | 0.3 | 0.99 | 0.6 |
| Hex | FE | 35 | 34 | 0 | 4F | 50 | 0 | 0 | 63 | 3C |
| Octal | 376 | 65 | 64 | 0 | 117 | 120 | 0 | 0 | 143 | 74 |
| Binary | 11111110 | 110101 | 110100 | 0 | 1001111 | 1010000 | 0 | 0 | 1100011 | 111100 |
Color Harmonies of #FE3534
Complementary color
Monochromatic Colors of #FE3534
Black with #FE3534
Text Example
Text Example
White with #FE3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3534; }
p { color: rgb(254,53,52); }
H1.HeaderClassName
{
color: #FE3534;
}
.AnyTagClassName
{
color: #FE3534;
}
</style>
background-color css
<style>
a { background-color: #FE3534; }
a { background-color: rgb(254,53,52); }
div.DivClassName
{
background-color: #FE3534;
}
.BgClassName
{
background-color: #FE3534;
}
</style>
border-color css
<style>
span { border-color: #FE3534; }
span { border-color: rgb(254,53,52); }
td.TdClassName
{
border-color: #FE3534;
}
.TagClassName
{
border-color: #FE3534;
}
</style>