Shades of Red #F30705
Tints of Red #F30705
RGB
CMYK
RGB Variations
Color information
#F30705 (or 0xF30705) is known color: Red. HEX triplet: F3, 07 and 05. RGB value is (243,7,5). Sum of RGB (Red+Green+Blue) = 243+7+5=255 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.29% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 243 - color contains mainly: red. Hex color #F30705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30705 is #0CF8FA. Grayscale: #4D4D4D. Windows color (decimal): -850171 or 329715. OLE color: 329715.
HSL color Cylindrical-coordinate representation of color #F30705: hue angle of 0.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.05 |
| HSL | 0.5º | 0.96% | 0.49% | - |
| HSV(B) | 0.5º | 0.98% | 0.95% | - |
| XYZ | 37.07 | 19.22 | 1.9 | - |
| YUV | 77.34 | 87.19 | 246.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 5 | 0 | 0.97 | 0.98 | 0.05 | 0.5 | 0.96 | 0.49 |
| Hex | F3 | 7 | 5 | 0 | 61 | 62 | 5 | 1 | 60 | 31 |
| Octal | 363 | 7 | 5 | 0 | 141 | 142 | 5 | 1 | 140 | 61 |
| Binary | 11110011 | 111 | 101 | 0 | 1100001 | 1100010 | 101 | 1 | 1100000 | 110001 |
Color Harmonies of #F30705
Complementary color
Monochromatic Colors of #F30705
Black with #F30705
Text Example
Text Example
White with #F30705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30705; }
p { color: rgb(243,7,5); }
H1.HeaderClassName
{
color: #F30705;
}
.AnyTagClassName
{
color: #F30705;
}
</style>
background-color css
<style>
a { background-color: #F30705; }
a { background-color: rgb(243,7,5); }
div.DivClassName
{
background-color: #F30705;
}
.BgClassName
{
background-color: #F30705;
}
</style>
border-color css
<style>
span { border-color: #F30705; }
span { border-color: rgb(243,7,5); }
td.TdClassName
{
border-color: #F30705;
}
.TagClassName
{
border-color: #F30705;
}
</style>