Shades of Red Orange #FF421C
Tints of Red Orange #FF421C
RGB
CMYK
RGB Variations
Color information
#FF421C (or 0xFF421C) is known color: Red Orange. HEX triplet: FF, 42 and 1C. RGB value is (255,66,28). Sum of RGB (Red+Green+Blue) = 255+66+28=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF421C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF421C is #00BDE3. Grayscale: #767676. Windows color (decimal): -48612 or 1852159. OLE color: 1852159.
HSL color Cylindrical-coordinate representation of color #FF421C: hue angle of 10.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF421C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0 |
| HSL | 10.04º | 1% | 0.55% | - |
| HSV(B) | 10.04º | 0.89% | 1% | - |
| XYZ | 43.4 | 25.24 | 3.68 | - |
| YUV | 118.18 | 77.12 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 28 | 0 | 0.74 | 0.89 | 0 | 10.04 | 1 | 0.55 |
| Hex | FF | 42 | 1C | 0 | 4A | 59 | 0 | A | 64 | 37 |
| Octal | 377 | 102 | 34 | 0 | 112 | 131 | 0 | 12 | 144 | 67 |
| Binary | 11111111 | 1000010 | 11100 | 0 | 1001010 | 1011001 | 0 | 1010 | 1100100 | 110111 |
Color Harmonies of #FF421C
Complementary color
Monochromatic Colors of #FF421C
Black with #FF421C
Text Example
Text Example
White with #FF421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF421C; }
p { color: rgb(255,66,28); }
H1.HeaderClassName
{
color: #FF421C;
}
.AnyTagClassName
{
color: #FF421C;
}
</style>
background-color css
<style>
a { background-color: #FF421C; }
a { background-color: rgb(255,66,28); }
div.DivClassName
{
background-color: #FF421C;
}
.BgClassName
{
background-color: #FF421C;
}
</style>
border-color css
<style>
span { border-color: #FF421C; }
span { border-color: rgb(255,66,28); }
td.TdClassName
{
border-color: #FF421C;
}
.TagClassName
{
border-color: #FF421C;
}
</style>