Shades of Red Orange #FF3421
Tints of Red Orange #FF3421
RGB
CMYK
RGB Variations
Color information
#FF3421 (or 0xFF3421) is known color: Red Orange. HEX triplet: FF, 34 and 21. RGB value is (255,52,33). Sum of RGB (Red+Green+Blue) = 255+52+33=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3421 is #00CBDE. Grayscale: #6E6E6E. Windows color (decimal): -52191 or 2176255. OLE color: 2176255.
HSL color Cylindrical-coordinate representation of color #FF3421: hue angle of 5.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3421 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 33 | - |
| CMYK | 0 | 0.80 | 0.87 | 0 |
| HSL | 5.14º | 1% | 0.56% | - |
| HSV(B) | 5.14º | 0.87% | 1% | - |
| XYZ | 42.74 | 23.83 | 3.78 | - |
| YUV | 110.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 33 | 0 | 0.80 | 0.87 | 0 | 5.14 | 1 | 0.56 |
| Hex | FF | 34 | 21 | 0 | 50 | 57 | 0 | 5 | 64 | 38 |
| Octal | 377 | 64 | 41 | 0 | 120 | 127 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 110100 | 100001 | 0 | 1010000 | 1010111 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF3421
Complementary color
Monochromatic Colors of #FF3421
Black with #FF3421
Text Example
Text Example
White with #FF3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3421; }
p { color: rgb(255,52,33); }
H1.HeaderClassName
{
color: #FF3421;
}
.AnyTagClassName
{
color: #FF3421;
}
</style>
background-color css
<style>
a { background-color: #FF3421; }
a { background-color: rgb(255,52,33); }
div.DivClassName
{
background-color: #FF3421;
}
.BgClassName
{
background-color: #FF3421;
}
</style>
border-color css
<style>
span { border-color: #FF3421; }
span { border-color: rgb(255,52,33); }
td.TdClassName
{
border-color: #FF3421;
}
.TagClassName
{
border-color: #FF3421;
}
</style>