Shades of Red Orange #F32D1D
Tints of Red Orange #F32D1D
RGB
CMYK
RGB Variations
Color information
#F32D1D (or 0xF32D1D) is known color: Red Orange. HEX triplet: F3, 2D and 1D. RGB value is (243,45,29). Sum of RGB (Red+Green+Blue) = 243+45+29=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D1D is #0CD2E2. Grayscale: #666666. Windows color (decimal): -840419 or 1912307. OLE color: 1912307.
HSL color Cylindrical-coordinate representation of color #F32D1D: hue angle of 4.49º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F32D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.05 |
| HSL | 4.49º | 0.9% | 0.53% | - |
| HSV(B) | 4.49º | 0.88% | 0.95% | - |
| XYZ | 38.12 | 21.02 | 3.21 | - |
| YUV | 102.38 | 86.6 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 29 | 0 | 0.81 | 0.88 | 0.05 | 4.49 | 0.9 | 0.53 |
| Hex | F3 | 2D | 1D | 0 | 51 | 58 | 5 | 4 | 5A | 35 |
| Octal | 363 | 55 | 35 | 0 | 121 | 130 | 5 | 4 | 132 | 65 |
| Binary | 11110011 | 101101 | 11101 | 0 | 1010001 | 1011000 | 101 | 100 | 1011010 | 110101 |
Color Harmonies of #F32D1D
Complementary color
Monochromatic Colors of #F32D1D
Black with #F32D1D
Text Example
Text Example
White with #F32D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D1D; }
p { color: rgb(243,45,29); }
H1.HeaderClassName
{
color: #F32D1D;
}
.AnyTagClassName
{
color: #F32D1D;
}
</style>
background-color css
<style>
a { background-color: #F32D1D; }
a { background-color: rgb(243,45,29); }
div.DivClassName
{
background-color: #F32D1D;
}
.BgClassName
{
background-color: #F32D1D;
}
</style>
border-color css
<style>
span { border-color: #F32D1D; }
span { border-color: rgb(243,45,29); }
td.TdClassName
{
border-color: #F32D1D;
}
.TagClassName
{
border-color: #F32D1D;
}
</style>