Shades of Red Orange #FF423A
Tints of Red Orange #FF423A
RGB
CMYK
RGB Variations
Color information
#FF423A (or 0xFF423A) is known color: Red Orange. HEX triplet: FF, 42 and 3A. RGB value is (255,66,58). Sum of RGB (Red+Green+Blue) = 255+66+58=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF423A is #00BDC5. Grayscale: #797979. Windows color (decimal): -48582 or 3818239. OLE color: 3818239.
HSL color Cylindrical-coordinate representation of color #FF423A: hue angle of 2.44º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF423A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 58 | - |
| CMYK | 0 | 0.74 | 0.77 | 0 |
| HSL | 2.44º | 1% | 0.61% | - |
| HSV(B) | 2.44º | 0.77% | 1% | - |
| XYZ | 43.95 | 25.46 | 6.6 | - |
| YUV | 121.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 58 | 0 | 0.74 | 0.77 | 0 | 2.44 | 1 | 0.61 |
| Hex | FF | 42 | 3A | 0 | 4A | 4D | 0 | 2 | 64 | 3D |
| Octal | 377 | 102 | 72 | 0 | 112 | 115 | 0 | 2 | 144 | 75 |
| Binary | 11111111 | 1000010 | 111010 | 0 | 1001010 | 1001101 | 0 | 10 | 1100100 | 111101 |
Color Harmonies of #FF423A
Complementary color
Monochromatic Colors of #FF423A
Black with #FF423A
Text Example
Text Example
White with #FF423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF423A; }
p { color: rgb(255,66,58); }
H1.HeaderClassName
{
color: #FF423A;
}
.AnyTagClassName
{
color: #FF423A;
}
</style>
background-color css
<style>
a { background-color: #FF423A; }
a { background-color: rgb(255,66,58); }
div.DivClassName
{
background-color: #FF423A;
}
.BgClassName
{
background-color: #FF423A;
}
</style>
border-color css
<style>
span { border-color: #FF423A; }
span { border-color: rgb(255,66,58); }
td.TdClassName
{
border-color: #FF423A;
}
.TagClassName
{
border-color: #FF423A;
}
</style>