Shades of Orange Red #FF420B
Tints of Orange Red #FF420B
RGB
CMYK
RGB Variations
Color information
#FF420B (or 0xFF420B) is known color: Orange Red. HEX triplet: FF, 42 and 0B. RGB value is (255,66,11). Sum of RGB (Red+Green+Blue) = 255+66+11=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420B is #00BDF4. Grayscale: #747474. Windows color (decimal): -48629 or 738047. OLE color: 738047.
HSL color Cylindrical-coordinate representation of color #FF420B: hue angle of 13.52º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF420B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0 |
| HSL | 13.52º | 1% | 0.52% | - |
| HSV(B) | 13.52º | 0.96% | 1% | - |
| XYZ | 43.25 | 25.18 | 2.9 | - |
| YUV | 116.24 | 68.62 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 11 | 0 | 0.74 | 0.96 | 0 | 13.52 | 1 | 0.52 |
| Hex | FF | 42 | B | 0 | 4A | 60 | 0 | E | 64 | 34 |
| Octal | 377 | 102 | 13 | 0 | 112 | 140 | 0 | 16 | 144 | 64 |
| Binary | 11111111 | 1000010 | 1011 | 0 | 1001010 | 1100000 | 0 | 1110 | 1100100 | 110100 |
Color Harmonies of #FF420B
Complementary color
Monochromatic Colors of #FF420B
Black with #FF420B
Text Example
Text Example
White with #FF420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF420B; }
p { color: rgb(255,66,11); }
H1.HeaderClassName
{
color: #FF420B;
}
.AnyTagClassName
{
color: #FF420B;
}
</style>
background-color css
<style>
a { background-color: #FF420B; }
a { background-color: rgb(255,66,11); }
div.DivClassName
{
background-color: #FF420B;
}
.BgClassName
{
background-color: #FF420B;
}
</style>
border-color css
<style>
span { border-color: #FF420B; }
span { border-color: rgb(255,66,11); }
td.TdClassName
{
border-color: #FF420B;
}
.TagClassName
{
border-color: #FF420B;
}
</style>