Shades of Red Orange #FF3821
Tints of Red Orange #FF3821
RGB
CMYK
RGB Variations
Color information
#FF3821 (or 0xFF3821) is known color: Red Orange. HEX triplet: FF, 38 and 21. RGB value is (255,56,33). Sum of RGB (Red+Green+Blue) = 255+56+33=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3821 is #00C7DE. Grayscale: #717171. Windows color (decimal): -51167 or 2177279. OLE color: 2177279.
HSL color Cylindrical-coordinate representation of color #FF3821: hue angle of 6.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3821 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 33 | - |
| CMYK | 0 | 0.78 | 0.87 | 0 |
| HSL | 6.22º | 1% | 0.56% | - |
| HSV(B) | 6.22º | 0.87% | 1% | - |
| XYZ | 42.93 | 24.2 | 3.85 | - |
| YUV | 112.88 | 82.93 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 33 | 0 | 0.78 | 0.87 | 0 | 6.22 | 1 | 0.56 |
| Hex | FF | 38 | 21 | 0 | 4E | 57 | 0 | 6 | 64 | 38 |
| Octal | 377 | 70 | 41 | 0 | 116 | 127 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 111000 | 100001 | 0 | 1001110 | 1010111 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF3821
Complementary color
Monochromatic Colors of #FF3821
Black with #FF3821
Text Example
Text Example
White with #FF3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3821; }
p { color: rgb(255,56,33); }
H1.HeaderClassName
{
color: #FF3821;
}
.AnyTagClassName
{
color: #FF3821;
}
</style>
background-color css
<style>
a { background-color: #FF3821; }
a { background-color: rgb(255,56,33); }
div.DivClassName
{
background-color: #FF3821;
}
.BgClassName
{
background-color: #FF3821;
}
</style>
border-color css
<style>
span { border-color: #FF3821; }
span { border-color: rgb(255,56,33); }
td.TdClassName
{
border-color: #FF3821;
}
.TagClassName
{
border-color: #FF3821;
}
</style>