Shades of Red Orange #F32821
Tints of Red Orange #F32821
RGB
CMYK
RGB Variations
Color information
#F32821 (or 0xF32821) is known color: Red Orange. HEX triplet: F3, 28 and 21. RGB value is (243,40,33). Sum of RGB (Red+Green+Blue) = 243+40+33=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F32821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32821 is #0CD7DE. Grayscale: #646464. Windows color (decimal): -841695 or 2173171. OLE color: 2173171.
HSL color Cylindrical-coordinate representation of color #F32821: hue angle of 2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32821 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.05 |
| HSL | 2º | 0.9% | 0.54% | - |
| HSV(B) | 2º | 0.86% | 0.95% | - |
| XYZ | 38 | 20.68 | 3.43 | - |
| YUV | 99.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 33 | 0 | 0.84 | 0.86 | 0.05 | 2 | 0.9 | 0.54 |
| Hex | F3 | 28 | 21 | 0 | 54 | 56 | 5 | 2 | 5A | 36 |
| Octal | 363 | 50 | 41 | 0 | 124 | 126 | 5 | 2 | 132 | 66 |
| Binary | 11110011 | 101000 | 100001 | 0 | 1010100 | 1010110 | 101 | 10 | 1011010 | 110110 |
Color Harmonies of #F32821
Complementary color
Monochromatic Colors of #F32821
Black with #F32821
Text Example
Text Example
White with #F32821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32821; }
p { color: rgb(243,40,33); }
H1.HeaderClassName
{
color: #F32821;
}
.AnyTagClassName
{
color: #F32821;
}
</style>
background-color css
<style>
a { background-color: #F32821; }
a { background-color: rgb(243,40,33); }
div.DivClassName
{
background-color: #F32821;
}
.BgClassName
{
background-color: #F32821;
}
</style>
border-color css
<style>
span { border-color: #F32821; }
span { border-color: rgb(243,40,33); }
td.TdClassName
{
border-color: #F32821;
}
.TagClassName
{
border-color: #F32821;
}
</style>