Shades of Orange Red #FF430F
Tints of Orange Red #FF430F
RGB
CMYK
RGB Variations
Color information
#FF430F (or 0xFF430F) is known color: Orange Red. HEX triplet: FF, 43 and 0F. RGB value is (255,67,15). Sum of RGB (Red+Green+Blue) = 255+67+15=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF430F is #00BCF0. Grayscale: #757575. Windows color (decimal): -48369 or 1000447. OLE color: 1000447.
HSL color Cylindrical-coordinate representation of color #FF430F: hue angle of 13º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF430F is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 15 | - |
| CMYK | 0 | 0.74 | 0.94 | 0 |
| HSL | 13º | 1% | 0.53% | - |
| HSV(B) | 13º | 0.94% | 1% | - |
| XYZ | 43.33 | 25.31 | 3.05 | - |
| YUV | 117.28 | 70.28 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 15 | 0 | 0.74 | 0.94 | 0 | 13 | 1 | 0.53 |
| Hex | FF | 43 | F | 0 | 4A | 5E | 0 | D | 64 | 35 |
| Octal | 377 | 103 | 17 | 0 | 112 | 136 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000011 | 1111 | 0 | 1001010 | 1011110 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF430F
Complementary color
Monochromatic Colors of #FF430F
Black with #FF430F
Text Example
Text Example
White with #FF430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF430F; }
p { color: rgb(255,67,15); }
H1.HeaderClassName
{
color: #FF430F;
}
.AnyTagClassName
{
color: #FF430F;
}
</style>
background-color css
<style>
a { background-color: #FF430F; }
a { background-color: rgb(255,67,15); }
div.DivClassName
{
background-color: #FF430F;
}
.BgClassName
{
background-color: #FF430F;
}
</style>
border-color css
<style>
span { border-color: #FF430F; }
span { border-color: rgb(255,67,15); }
td.TdClassName
{
border-color: #FF430F;
}
.TagClassName
{
border-color: #FF430F;
}
</style>