Shades of Red Orange #FF421D
Tints of Red Orange #FF421D
RGB
CMYK
RGB Variations
Color information
#FF421D (or 0xFF421D) is known color: Red Orange. HEX triplet: FF, 42 and 1D. RGB value is (255,66,29). Sum of RGB (Red+Green+Blue) = 255+66+29=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF421D is #00BDE2. Grayscale: #767676. Windows color (decimal): -48611 or 1917695. OLE color: 1917695.
HSL color Cylindrical-coordinate representation of color #FF421D: hue angle of 9.82º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF421D is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 29 | - |
| CMYK | 0 | 0.74 | 0.89 | 0 |
| HSL | 9.82º | 1% | 0.56% | - |
| HSV(B) | 9.82º | 0.89% | 1% | - |
| XYZ | 43.41 | 25.25 | 3.75 | - |
| YUV | 118.29 | 77.62 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 29 | 0 | 0.74 | 0.89 | 0 | 9.82 | 1 | 0.56 |
| Hex | FF | 42 | 1D | 0 | 4A | 59 | 0 | A | 64 | 38 |
| Octal | 377 | 102 | 35 | 0 | 112 | 131 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000010 | 11101 | 0 | 1001010 | 1011001 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF421D
Complementary color
Monochromatic Colors of #FF421D
Black with #FF421D
Text Example
Text Example
White with #FF421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF421D; }
p { color: rgb(255,66,29); }
H1.HeaderClassName
{
color: #FF421D;
}
.AnyTagClassName
{
color: #FF421D;
}
</style>
background-color css
<style>
a { background-color: #FF421D; }
a { background-color: rgb(255,66,29); }
div.DivClassName
{
background-color: #FF421D;
}
.BgClassName
{
background-color: #FF421D;
}
</style>
border-color css
<style>
span { border-color: #FF421D; }
span { border-color: rgb(255,66,29); }
td.TdClassName
{
border-color: #FF421D;
}
.TagClassName
{
border-color: #FF421D;
}
</style>