Shades of Red Orange #F32C1F
Tints of Red Orange #F32C1F
RGB
CMYK
RGB Variations
Color information
#F32C1F (or 0xF32C1F) is known color: Red Orange. HEX triplet: F3, 2C and 1F. RGB value is (243,44,31). Sum of RGB (Red+Green+Blue) = 243+44+31=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C1F is #0CD3E0. Grayscale: #666666. Windows color (decimal): -840673 or 2043123. OLE color: 2043123.
HSL color Cylindrical-coordinate representation of color #F32C1F: hue angle of 3.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32C1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 31 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.05 |
| HSL | 3.68º | 0.9% | 0.54% | - |
| HSV(B) | 3.68º | 0.87% | 0.95% | - |
| XYZ | 38.11 | 20.95 | 3.33 | - |
| YUV | 102.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 31 | 0 | 0.82 | 0.87 | 0.05 | 3.68 | 0.9 | 0.54 |
| Hex | F3 | 2C | 1F | 0 | 52 | 57 | 5 | 4 | 5A | 36 |
| Octal | 363 | 54 | 37 | 0 | 122 | 127 | 5 | 4 | 132 | 66 |
| Binary | 11110011 | 101100 | 11111 | 0 | 1010010 | 1010111 | 101 | 100 | 1011010 | 110110 |
Color Harmonies of #F32C1F
Complementary color
Monochromatic Colors of #F32C1F
Black with #F32C1F
Text Example
Text Example
White with #F32C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C1F; }
p { color: rgb(243,44,31); }
H1.HeaderClassName
{
color: #F32C1F;
}
.AnyTagClassName
{
color: #F32C1F;
}
</style>
background-color css
<style>
a { background-color: #F32C1F; }
a { background-color: rgb(243,44,31); }
div.DivClassName
{
background-color: #F32C1F;
}
.BgClassName
{
background-color: #F32C1F;
}
</style>
border-color css
<style>
span { border-color: #F32C1F; }
span { border-color: rgb(243,44,31); }
td.TdClassName
{
border-color: #F32C1F;
}
.TagClassName
{
border-color: #F32C1F;
}
</style>