Shades of Red Orange #F34321
Tints of Red Orange #F34321
RGB
CMYK
RGB Variations
Color information
#F34321 (or 0xF34321) is known color: Red Orange. HEX triplet: F3, 43 and 21. RGB value is (243,67,33). Sum of RGB (Red+Green+Blue) = 243+67+33=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F34321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34321 is #0CBCDE. Grayscale: #747474. Windows color (decimal): -834783 or 2180083. OLE color: 2180083.
HSL color Cylindrical-coordinate representation of color #F34321: hue angle of 9.71º 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 #F34321 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 33 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.05 |
| HSL | 9.71º | 0.9% | 0.54% | - |
| HSV(B) | 9.71º | 0.86% | 0.95% | - |
| XYZ | 39.24 | 23.18 | 3.84 | - |
| YUV | 115.75 | 81.31 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 33 | 0 | 0.72 | 0.86 | 0.05 | 9.71 | 0.9 | 0.54 |
| Hex | F3 | 43 | 21 | 0 | 48 | 56 | 5 | A | 5A | 36 |
| Octal | 363 | 103 | 41 | 0 | 110 | 126 | 5 | 12 | 132 | 66 |
| Binary | 11110011 | 1000011 | 100001 | 0 | 1001000 | 1010110 | 101 | 1010 | 1011010 | 110110 |
Color Harmonies of #F34321
Complementary color
Monochromatic Colors of #F34321
Black with #F34321
Text Example
Text Example
White with #F34321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34321; }
p { color: rgb(243,67,33); }
H1.HeaderClassName
{
color: #F34321;
}
.AnyTagClassName
{
color: #F34321;
}
</style>
background-color css
<style>
a { background-color: #F34321; }
a { background-color: rgb(243,67,33); }
div.DivClassName
{
background-color: #F34321;
}
.BgClassName
{
background-color: #F34321;
}
</style>
border-color css
<style>
span { border-color: #F34321; }
span { border-color: rgb(243,67,33); }
td.TdClassName
{
border-color: #F34321;
}
.TagClassName
{
border-color: #F34321;
}
</style>