Shades of Red Orange #F33D1C
Tints of Red Orange #F33D1C
RGB
CMYK
RGB Variations
Color information
#F33D1C (or 0xF33D1C) is known color: Red Orange. HEX triplet: F3, 3D and 1C. RGB value is (243,61,28). Sum of RGB (Red+Green+Blue) = 243+61+28=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D1C is #0CC2E3. Grayscale: #6F6F6F. Windows color (decimal): -836324 or 1850867. OLE color: 1850867.
HSL color Cylindrical-coordinate representation of color #F33D1C: hue angle of 9.21º 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 #F33D1C is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 28 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.05 |
| HSL | 9.21º | 0.9% | 0.53% | - |
| HSV(B) | 9.21º | 0.88% | 0.95% | - |
| XYZ | 38.84 | 22.48 | 3.39 | - |
| YUV | 111.66 | 80.8 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 28 | 0 | 0.75 | 0.88 | 0.05 | 9.21 | 0.9 | 0.53 |
| Hex | F3 | 3D | 1C | 0 | 4B | 58 | 5 | 9 | 5A | 35 |
| Octal | 363 | 75 | 34 | 0 | 113 | 130 | 5 | 11 | 132 | 65 |
| Binary | 11110011 | 111101 | 11100 | 0 | 1001011 | 1011000 | 101 | 1001 | 1011010 | 110101 |
Color Harmonies of #F33D1C
Complementary color
Monochromatic Colors of #F33D1C
Black with #F33D1C
Text Example
Text Example
White with #F33D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D1C; }
p { color: rgb(243,61,28); }
H1.HeaderClassName
{
color: #F33D1C;
}
.AnyTagClassName
{
color: #F33D1C;
}
</style>
background-color css
<style>
a { background-color: #F33D1C; }
a { background-color: rgb(243,61,28); }
div.DivClassName
{
background-color: #F33D1C;
}
.BgClassName
{
background-color: #F33D1C;
}
</style>
border-color css
<style>
span { border-color: #F33D1C; }
span { border-color: rgb(243,61,28); }
td.TdClassName
{
border-color: #F33D1C;
}
.TagClassName
{
border-color: #F33D1C;
}
</style>