Shades of Orange Red #FF420D
Tints of Orange Red #FF420D
RGB
CMYK
RGB Variations
Color information
#FF420D (or 0xFF420D) is known color: Orange Red. HEX triplet: FF, 42 and 0D. RGB value is (255,66,13). Sum of RGB (Red+Green+Blue) = 255+66+13=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF420D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF420D is #00BDF2. Grayscale: #747474. Windows color (decimal): -48627 or 869119. OLE color: 869119.
HSL color Cylindrical-coordinate representation of color #FF420D: hue angle of 13.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF420D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0 |
| HSL | 13.14º | 1% | 0.53% | - |
| HSV(B) | 13.14º | 0.95% | 1% | - |
| XYZ | 43.26 | 25.19 | 2.96 | - |
| YUV | 116.47 | 69.62 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 13 | 0 | 0.74 | 0.95 | 0 | 13.14 | 1 | 0.53 |
| Hex | FF | 42 | D | 0 | 4A | 5F | 0 | D | 64 | 35 |
| Octal | 377 | 102 | 15 | 0 | 112 | 137 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000010 | 1101 | 0 | 1001010 | 1011111 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF420D
Complementary color
Monochromatic Colors of #FF420D
Black with #FF420D
Text Example
Text Example
White with #FF420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF420D; }
p { color: rgb(255,66,13); }
H1.HeaderClassName
{
color: #FF420D;
}
.AnyTagClassName
{
color: #FF420D;
}
</style>
background-color css
<style>
a { background-color: #FF420D; }
a { background-color: rgb(255,66,13); }
div.DivClassName
{
background-color: #FF420D;
}
.BgClassName
{
background-color: #FF420D;
}
</style>
border-color css
<style>
span { border-color: #FF420D; }
span { border-color: rgb(255,66,13); }
td.TdClassName
{
border-color: #FF420D;
}
.TagClassName
{
border-color: #FF420D;
}
</style>