Shades of Red Orange #F33D2D
Tints of Red Orange #F33D2D
RGB
CMYK
RGB Variations
Color information
#F33D2D (or 0xF33D2D) is known color: Red Orange. HEX triplet: F3, 3D and 2D. RGB value is (243,61,45). Sum of RGB (Red+Green+Blue) = 243+61+45=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D2D is #0CC2D2. Grayscale: #717171. Windows color (decimal): -836307 or 2964979. OLE color: 2964979.
HSL color Cylindrical-coordinate representation of color #F33D2D: hue angle of 4.85º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F33D2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.05 |
| HSL | 4.85º | 0.89% | 0.56% | - |
| HSV(B) | 4.85º | 0.81% | 0.95% | - |
| XYZ | 39.1 | 22.58 | 4.78 | - |
| YUV | 113.59 | 89.3 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 45 | 0 | 0.75 | 0.81 | 0.05 | 4.85 | 0.89 | 0.56 |
| Hex | F3 | 3D | 2D | 0 | 4B | 51 | 5 | 5 | 59 | 38 |
| Octal | 363 | 75 | 55 | 0 | 113 | 121 | 5 | 5 | 131 | 70 |
| Binary | 11110011 | 111101 | 101101 | 0 | 1001011 | 1010001 | 101 | 101 | 1011001 | 111000 |
Color Harmonies of #F33D2D
Complementary color
Monochromatic Colors of #F33D2D
Black with #F33D2D
Text Example
Text Example
White with #F33D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D2D; }
p { color: rgb(243,61,45); }
H1.HeaderClassName
{
color: #F33D2D;
}
.AnyTagClassName
{
color: #F33D2D;
}
</style>
background-color css
<style>
a { background-color: #F33D2D; }
a { background-color: rgb(243,61,45); }
div.DivClassName
{
background-color: #F33D2D;
}
.BgClassName
{
background-color: #F33D2D;
}
</style>
border-color css
<style>
span { border-color: #F33D2D; }
span { border-color: rgb(243,61,45); }
td.TdClassName
{
border-color: #F33D2D;
}
.TagClassName
{
border-color: #F33D2D;
}
</style>