Shades of Red Orange #F32521
Tints of Red Orange #F32521
RGB
CMYK
RGB Variations
Color information
#F32521 (or 0xF32521) is known color: Red Orange. HEX triplet: F3, 25 and 21. RGB value is (243,37,33). Sum of RGB (Red+Green+Blue) = 243+37+33=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F32521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32521 is #0CDADE. Grayscale: #626262. Windows color (decimal): -842463 or 2172403. OLE color: 2172403.
HSL color Cylindrical-coordinate representation of color #F32521: hue angle of 1.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 #F32521 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.05 |
| HSL | 1.14º | 0.9% | 0.54% | - |
| HSV(B) | 1.14º | 0.86% | 0.95% | - |
| XYZ | 37.9 | 20.49 | 3.4 | - |
| YUV | 98.14 | 91.25 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 33 | 0 | 0.85 | 0.86 | 0.05 | 1.14 | 0.9 | 0.54 |
| Hex | F3 | 25 | 21 | 0 | 55 | 56 | 5 | 1 | 5A | 36 |
| Octal | 363 | 45 | 41 | 0 | 125 | 126 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100101 | 100001 | 0 | 1010101 | 1010110 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32521
Complementary color
Monochromatic Colors of #F32521
Black with #F32521
Text Example
Text Example
White with #F32521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32521; }
p { color: rgb(243,37,33); }
H1.HeaderClassName
{
color: #F32521;
}
.AnyTagClassName
{
color: #F32521;
}
</style>
background-color css
<style>
a { background-color: #F32521; }
a { background-color: rgb(243,37,33); }
div.DivClassName
{
background-color: #F32521;
}
.BgClassName
{
background-color: #F32521;
}
</style>
border-color css
<style>
span { border-color: #F32521; }
span { border-color: rgb(243,37,33); }
td.TdClassName
{
border-color: #F32521;
}
.TagClassName
{
border-color: #F32521;
}
</style>