Shades of Red Orange #FF4430
Tints of Red Orange #FF4430
RGB
CMYK
RGB Variations
Color information
#FF4430 (or 0xFF4430) is known color: Red Orange. HEX triplet: FF, 44 and 30. RGB value is (255,68,48). Sum of RGB (Red+Green+Blue) = 255+68+48=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4430 is #00BBCF. Grayscale: #797979. Windows color (decimal): -48080 or 3163391. OLE color: 3163391.
HSL color Cylindrical-coordinate representation of color #FF4430: hue angle of 5.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4430 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 48 | - |
| CMYK | 0 | 0.73 | 0.81 | 0 |
| HSL | 5.8º | 1% | 0.59% | - |
| HSV(B) | 5.8º | 0.81% | 1% | - |
| XYZ | 43.84 | 25.61 | 5.43 | - |
| YUV | 121.63 | 86.45 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 48 | 0 | 0.73 | 0.81 | 0 | 5.8 | 1 | 0.59 |
| Hex | FF | 44 | 30 | 0 | 49 | 51 | 0 | 6 | 64 | 3B |
| Octal | 377 | 104 | 60 | 0 | 111 | 121 | 0 | 6 | 144 | 73 |
| Binary | 11111111 | 1000100 | 110000 | 0 | 1001001 | 1010001 | 0 | 110 | 1100100 | 111011 |
Color Harmonies of #FF4430
Complementary color
Monochromatic Colors of #FF4430
Black with #FF4430
Text Example
Text Example
White with #FF4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4430; }
p { color: rgb(255,68,48); }
H1.HeaderClassName
{
color: #FF4430;
}
.AnyTagClassName
{
color: #FF4430;
}
</style>
background-color css
<style>
a { background-color: #FF4430; }
a { background-color: rgb(255,68,48); }
div.DivClassName
{
background-color: #FF4430;
}
.BgClassName
{
background-color: #FF4430;
}
</style>
border-color css
<style>
span { border-color: #FF4430; }
span { border-color: rgb(255,68,48); }
td.TdClassName
{
border-color: #FF4430;
}
.TagClassName
{
border-color: #FF4430;
}
</style>