Shades of Red Orange #F3361D
Tints of Red Orange #F3361D
RGB
CMYK
RGB Variations
Color information
#F3361D (or 0xF3361D) is known color: Red Orange. HEX triplet: F3, 36 and 1D. RGB value is (243,54,29). Sum of RGB (Red+Green+Blue) = 243+54+29=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F3361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3361D is #0CC9E2. Grayscale: #6B6B6B. Windows color (decimal): -838115 or 1914611. OLE color: 1914611.
HSL color Cylindrical-coordinate representation of color #F3361D: hue angle of 7.01º 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 #F3361D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 29 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.05 |
| HSL | 7.01º | 0.9% | 0.53% | - |
| HSV(B) | 7.01º | 0.88% | 0.95% | - |
| XYZ | 38.5 | 21.78 | 3.34 | - |
| YUV | 107.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 29 | 0 | 0.78 | 0.88 | 0.05 | 7.01 | 0.9 | 0.53 |
| Hex | F3 | 36 | 1D | 0 | 4E | 58 | 5 | 7 | 5A | 35 |
| Octal | 363 | 66 | 35 | 0 | 116 | 130 | 5 | 7 | 132 | 65 |
| Binary | 11110011 | 110110 | 11101 | 0 | 1001110 | 1011000 | 101 | 111 | 1011010 | 110101 |
Color Harmonies of #F3361D
Complementary color
Monochromatic Colors of #F3361D
Black with #F3361D
Text Example
Text Example
White with #F3361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3361D; }
p { color: rgb(243,54,29); }
H1.HeaderClassName
{
color: #F3361D;
}
.AnyTagClassName
{
color: #F3361D;
}
</style>
background-color css
<style>
a { background-color: #F3361D; }
a { background-color: rgb(243,54,29); }
div.DivClassName
{
background-color: #F3361D;
}
.BgClassName
{
background-color: #F3361D;
}
</style>
border-color css
<style>
span { border-color: #F3361D; }
span { border-color: rgb(243,54,29); }
td.TdClassName
{
border-color: #F3361D;
}
.TagClassName
{
border-color: #F3361D;
}
</style>