Shades of Red Orange #FF4223
Tints of Red Orange #FF4223
RGB
CMYK
RGB Variations
Color information
#FF4223 (or 0xFF4223) is known color: Red Orange. HEX triplet: FF, 42 and 23. RGB value is (255,66,35). Sum of RGB (Red+Green+Blue) = 255+66+35=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4223 is #00BDDC. Grayscale: #777777. Windows color (decimal): -48605 or 2310911. OLE color: 2310911.
HSL color Cylindrical-coordinate representation of color #FF4223: hue angle of 8.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF4223 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0 |
| HSL | 8.45º | 1% | 0.57% | - |
| HSV(B) | 8.45º | 0.86% | 1% | - |
| XYZ | 43.49 | 25.28 | 4.18 | - |
| YUV | 118.98 | 80.62 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 35 | 0 | 0.74 | 0.86 | 0 | 8.45 | 1 | 0.57 |
| Hex | FF | 42 | 23 | 0 | 4A | 56 | 0 | 8 | 64 | 39 |
| Octal | 377 | 102 | 43 | 0 | 112 | 126 | 0 | 10 | 144 | 71 |
| Binary | 11111111 | 1000010 | 100011 | 0 | 1001010 | 1010110 | 0 | 1000 | 1100100 | 111001 |
Color Harmonies of #FF4223
Complementary color
Monochromatic Colors of #FF4223
Black with #FF4223
Text Example
Text Example
White with #FF4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4223; }
p { color: rgb(255,66,35); }
H1.HeaderClassName
{
color: #FF4223;
}
.AnyTagClassName
{
color: #FF4223;
}
</style>
background-color css
<style>
a { background-color: #FF4223; }
a { background-color: rgb(255,66,35); }
div.DivClassName
{
background-color: #FF4223;
}
.BgClassName
{
background-color: #FF4223;
}
</style>
border-color css
<style>
span { border-color: #FF4223; }
span { border-color: rgb(255,66,35); }
td.TdClassName
{
border-color: #FF4223;
}
.TagClassName
{
border-color: #FF4223;
}
</style>