Shades of Red Orange #F32827
Tints of Red Orange #F32827
RGB
CMYK
RGB Variations
Color information
#F32827 (or 0xF32827) is known color: Red Orange. HEX triplet: F3, 28 and 27. RGB value is (243,40,39). Sum of RGB (Red+Green+Blue) = 243+40+39=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F32827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32827 is #0CD7D8. Grayscale: #646464. Windows color (decimal): -841689 or 2566387. OLE color: 2566387.
HSL color Cylindrical-coordinate representation of color #F32827: hue angle of 0.29º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32827 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 39 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.05 |
| HSL | 0.29º | 0.89% | 0.55% | - |
| HSV(B) | 0.29º | 0.84% | 0.95% | - |
| XYZ | 38.09 | 20.72 | 3.91 | - |
| YUV | 100.58 | 93.25 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 39 | 0 | 0.84 | 0.84 | 0.05 | 0.29 | 0.89 | 0.55 |
| Hex | F3 | 28 | 27 | 0 | 54 | 54 | 5 | 0 | 59 | 37 |
| Octal | 363 | 50 | 47 | 0 | 124 | 124 | 5 | 0 | 131 | 67 |
| Binary | 11110011 | 101000 | 100111 | 0 | 1010100 | 1010100 | 101 | 0 | 1011001 | 110111 |
Color Harmonies of #F32827
Complementary color
Monochromatic Colors of #F32827
Black with #F32827
Text Example
Text Example
White with #F32827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32827; }
p { color: rgb(243,40,39); }
H1.HeaderClassName
{
color: #F32827;
}
.AnyTagClassName
{
color: #F32827;
}
</style>
background-color css
<style>
a { background-color: #F32827; }
a { background-color: rgb(243,40,39); }
div.DivClassName
{
background-color: #F32827;
}
.BgClassName
{
background-color: #F32827;
}
</style>
border-color css
<style>
span { border-color: #F32827; }
span { border-color: rgb(243,40,39); }
td.TdClassName
{
border-color: #F32827;
}
.TagClassName
{
border-color: #F32827;
}
</style>