Shades of Red Orange #FF4338
Tints of Red Orange #FF4338
RGB
CMYK
RGB Variations
Color information
#FF4338 (or 0xFF4338) is known color: Red Orange. HEX triplet: FF, 43 and 38. RGB value is (255,67,56). Sum of RGB (Red+Green+Blue) = 255+67+56=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4338 is #00BCC7. Grayscale: #7A7A7A. Windows color (decimal): -48328 or 3687423. OLE color: 3687423.
HSL color Cylindrical-coordinate representation of color #FF4338: hue angle of 3.32º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF4338 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 56 | - |
| CMYK | 0 | 0.74 | 0.78 | 0 |
| HSL | 3.32º | 1% | 0.61% | - |
| HSV(B) | 3.32º | 0.78% | 1% | - |
| XYZ | 43.96 | 25.56 | 6.36 | - |
| YUV | 121.96 | 90.78 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 56 | 0 | 0.74 | 0.78 | 0 | 3.32 | 1 | 0.61 |
| Hex | FF | 43 | 38 | 0 | 4A | 4E | 0 | 3 | 64 | 3D |
| Octal | 377 | 103 | 70 | 0 | 112 | 116 | 0 | 3 | 144 | 75 |
| Binary | 11111111 | 1000011 | 111000 | 0 | 1001010 | 1001110 | 0 | 11 | 1100100 | 111101 |
Color Harmonies of #FF4338
Complementary color
Monochromatic Colors of #FF4338
Black with #FF4338
Text Example
Text Example
White with #FF4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4338; }
p { color: rgb(255,67,56); }
H1.HeaderClassName
{
color: #FF4338;
}
.AnyTagClassName
{
color: #FF4338;
}
</style>
background-color css
<style>
a { background-color: #FF4338; }
a { background-color: rgb(255,67,56); }
div.DivClassName
{
background-color: #FF4338;
}
.BgClassName
{
background-color: #FF4338;
}
</style>
border-color css
<style>
span { border-color: #FF4338; }
span { border-color: rgb(255,67,56); }
td.TdClassName
{
border-color: #FF4338;
}
.TagClassName
{
border-color: #FF4338;
}
</style>