Shades of Red Orange #FF3419
Tints of Red Orange #FF3419
RGB
CMYK
RGB Variations
Color information
#FF3419 (or 0xFF3419) is known color: Red Orange. HEX triplet: FF, 34 and 19. RGB value is (255,52,25). Sum of RGB (Red+Green+Blue) = 255+52+25=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3419 is #00CBE6. Grayscale: #6D6D6D. Windows color (decimal): -52199 or 1651967. OLE color: 1651967.
HSL color Cylindrical-coordinate representation of color #FF3419: hue angle of 7.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF3419 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 25 | - |
| CMYK | 0 | 0.80 | 0.90 | 0 |
| HSL | 7.04º | 1% | 0.55% | - |
| HSV(B) | 7.04º | 0.9% | 1% | - |
| XYZ | 42.64 | 23.79 | 3.26 | - |
| YUV | 109.62 | 80.25 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 25 | 0 | 0.80 | 0.90 | 0 | 7.04 | 1 | 0.55 |
| Hex | FF | 34 | 19 | 0 | 50 | 5A | 0 | 7 | 64 | 37 |
| Octal | 377 | 64 | 31 | 0 | 120 | 132 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110100 | 11001 | 0 | 1010000 | 1011010 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF3419
Complementary color
Monochromatic Colors of #FF3419
Black with #FF3419
Text Example
Text Example
White with #FF3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3419; }
p { color: rgb(255,52,25); }
H1.HeaderClassName
{
color: #FF3419;
}
.AnyTagClassName
{
color: #FF3419;
}
</style>
background-color css
<style>
a { background-color: #FF3419; }
a { background-color: rgb(255,52,25); }
div.DivClassName
{
background-color: #FF3419;
}
.BgClassName
{
background-color: #FF3419;
}
</style>
border-color css
<style>
span { border-color: #FF3419; }
span { border-color: rgb(255,52,25); }
td.TdClassName
{
border-color: #FF3419;
}
.TagClassName
{
border-color: #FF3419;
}
</style>