Shades of Red Orange #F32C21
Tints of Red Orange #F32C21
RGB
CMYK
RGB Variations
Color information
#F32C21 (or 0xF32C21) is known color: Red Orange. HEX triplet: F3, 2C and 21. RGB value is (243,44,33). Sum of RGB (Red+Green+Blue) = 243+44+33=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C21 is #0CD3DE. Grayscale: #666666. Windows color (decimal): -840671 or 2174195. OLE color: 2174195.
HSL color Cylindrical-coordinate representation of color #F32C21: hue angle of 3.14º 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 #F32C21 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 33 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.05 |
| HSL | 3.14º | 0.9% | 0.54% | - |
| HSV(B) | 3.14º | 0.86% | 0.95% | - |
| XYZ | 38.14 | 20.97 | 3.48 | - |
| YUV | 102.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 33 | 0 | 0.82 | 0.86 | 0.05 | 3.14 | 0.9 | 0.54 |
| Hex | F3 | 2C | 21 | 0 | 52 | 56 | 5 | 3 | 5A | 36 |
| Octal | 363 | 54 | 41 | 0 | 122 | 126 | 5 | 3 | 132 | 66 |
| Binary | 11110011 | 101100 | 100001 | 0 | 1010010 | 1010110 | 101 | 11 | 1011010 | 110110 |
Color Harmonies of #F32C21
Complementary color
Monochromatic Colors of #F32C21
Black with #F32C21
Text Example
Text Example
White with #F32C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C21; }
p { color: rgb(243,44,33); }
H1.HeaderClassName
{
color: #F32C21;
}
.AnyTagClassName
{
color: #F32C21;
}
</style>
background-color css
<style>
a { background-color: #F32C21; }
a { background-color: rgb(243,44,33); }
div.DivClassName
{
background-color: #F32C21;
}
.BgClassName
{
background-color: #F32C21;
}
</style>
border-color css
<style>
span { border-color: #F32C21; }
span { border-color: rgb(243,44,33); }
td.TdClassName
{
border-color: #F32C21;
}
.TagClassName
{
border-color: #F32C21;
}
</style>