Shades of Orange Red #F2380D
Tints of Orange Red #F2380D
RGB
CMYK
RGB Variations
Color information
#F2380D (or 0xF2380D) is known color: Orange Red. HEX triplet: F2, 38 and 0D. RGB value is (242,56,13). Sum of RGB (Red+Green+Blue) = 242+56+13=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2380D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2380D is #0DC7F2. Grayscale: #6B6B6B. Windows color (decimal): -903155 or 866546. OLE color: 866546.
HSL color Cylindrical-coordinate representation of color #F2380D: hue angle of 11.27º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2380D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.05 |
| HSL | 11.27º | 0.9% | 0.5% | - |
| HSV(B) | 11.27º | 0.95% | 0.95% | - |
| XYZ | 38.1 | 21.73 | 2.57 | - |
| YUV | 106.71 | 75.12 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 13 | 0 | 0.77 | 0.95 | 0.05 | 11.27 | 0.9 | 0.5 |
| Hex | F2 | 38 | D | 0 | 4D | 5F | 5 | B | 5A | 32 |
| Octal | 362 | 70 | 15 | 0 | 115 | 137 | 5 | 13 | 132 | 62 |
| Binary | 11110010 | 111000 | 1101 | 0 | 1001101 | 1011111 | 101 | 1011 | 1011010 | 110010 |
Color Harmonies of #F2380D
Complementary color
Monochromatic Colors of #F2380D
Black with #F2380D
Text Example
Text Example
White with #F2380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2380D; }
p { color: rgb(242,56,13); }
H1.HeaderClassName
{
color: #F2380D;
}
.AnyTagClassName
{
color: #F2380D;
}
</style>
background-color css
<style>
a { background-color: #F2380D; }
a { background-color: rgb(242,56,13); }
div.DivClassName
{
background-color: #F2380D;
}
.BgClassName
{
background-color: #F2380D;
}
</style>
border-color css
<style>
span { border-color: #F2380D; }
span { border-color: rgb(242,56,13); }
td.TdClassName
{
border-color: #F2380D;
}
.TagClassName
{
border-color: #F2380D;
}
</style>