Shades of Red Orange #FF4328
Tints of Red Orange #FF4328
RGB
CMYK
RGB Variations
Color information
#FF4328 (or 0xFF4328) is known color: Red Orange. HEX triplet: FF, 43 and 28. RGB value is (255,67,40). Sum of RGB (Red+Green+Blue) = 255+67+40=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4328 is #00BCD7. Grayscale: #787878. Windows color (decimal): -48344 or 2638847. OLE color: 2638847.
HSL color Cylindrical-coordinate representation of color #FF4328: hue angle of 7.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4328 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0 |
| HSL | 7.53º | 1% | 0.58% | - |
| HSV(B) | 7.53º | 0.84% | 1% | - |
| XYZ | 43.63 | 25.43 | 4.62 | - |
| YUV | 120.13 | 82.78 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 40 | 0 | 0.74 | 0.84 | 0 | 7.53 | 1 | 0.58 |
| Hex | FF | 43 | 28 | 0 | 4A | 54 | 0 | 8 | 64 | 3A |
| Octal | 377 | 103 | 50 | 0 | 112 | 124 | 0 | 10 | 144 | 72 |
| Binary | 11111111 | 1000011 | 101000 | 0 | 1001010 | 1010100 | 0 | 1000 | 1100100 | 111010 |
Color Harmonies of #FF4328
Complementary color
Monochromatic Colors of #FF4328
Black with #FF4328
Text Example
Text Example
White with #FF4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4328; }
p { color: rgb(255,67,40); }
H1.HeaderClassName
{
color: #FF4328;
}
.AnyTagClassName
{
color: #FF4328;
}
</style>
background-color css
<style>
a { background-color: #FF4328; }
a { background-color: rgb(255,67,40); }
div.DivClassName
{
background-color: #FF4328;
}
.BgClassName
{
background-color: #FF4328;
}
</style>
border-color css
<style>
span { border-color: #FF4328; }
span { border-color: rgb(255,67,40); }
td.TdClassName
{
border-color: #FF4328;
}
.TagClassName
{
border-color: #FF4328;
}
</style>