Shades of Red #F30800
Tints of Red #F30800
RGB
CMYK
RGB Variations
Color information
#F30800 (or 0xF30800) is known color: Red. HEX triplet: F3, 08 and 00. RGB value is (243,8,0). Sum of RGB (Red+Green+Blue) = 243+8+0=251 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.81% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 243 - color contains mainly: red. Hex color #F30800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30800 is #0CF7FF. Grayscale: #4D4D4D. Windows color (decimal): -849920 or 2291. OLE color: 2291.
HSL color Cylindrical-coordinate representation of color #F30800: hue angle of 1.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30800 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.05 |
| HSL | 1.98º | 1% | 0.48% | - |
| HSV(B) | 1.98º | 1% | 0.95% | - |
| XYZ | 37.05 | 19.23 | 1.76 | - |
| YUV | 77.35 | 84.36 | 246.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 0 | 0 | 0.97 | 1 | 0.05 | 1.98 | 1 | 0.48 |
| Hex | F3 | 8 | 0 | 0 | 61 | 64 | 5 | 2 | 64 | 30 |
| Octal | 363 | 10 | 0 | 0 | 141 | 144 | 5 | 2 | 144 | 60 |
| Binary | 11110011 | 1000 | 0 | 0 | 1100001 | 1100100 | 101 | 10 | 1100100 | 110000 |
Color Harmonies of #F30800
Complementary color
Monochromatic Colors of #F30800
Black with #F30800
Text Example
Text Example
White with #F30800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30800; }
p { color: rgb(243,8,0); }
H1.HeaderClassName
{
color: #F30800;
}
.AnyTagClassName
{
color: #F30800;
}
</style>
background-color css
<style>
a { background-color: #F30800; }
a { background-color: rgb(243,8,0); }
div.DivClassName
{
background-color: #F30800;
}
.BgClassName
{
background-color: #F30800;
}
</style>
border-color css
<style>
span { border-color: #F30800; }
span { border-color: rgb(243,8,0); }
td.TdClassName
{
border-color: #F30800;
}
.TagClassName
{
border-color: #F30800;
}
</style>