Shades of Red #F30505
Tints of Red #F30505
RGB
CMYK
RGB Variations
Color information
#F30505 (or 0xF30505) is known color: Red. HEX triplet: F3, 05 and 05. RGB value is (243,5,5). Sum of RGB (Red+Green+Blue) = 243+5+5=253 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.05% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 243 - color contains mainly: red. Hex color #F30505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30505 is #0CFAFA. Grayscale: #4C4C4C. Windows color (decimal): -850683 or 329203. OLE color: 329203.
HSL color Cylindrical-coordinate representation of color #F30505: hue angle of 0º 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 #F30505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.05 |
| HSL | 0º | 0.96% | 0.49% | - |
| HSV(B) | 0º | 0.98% | 0.95% | - |
| XYZ | 37.04 | 19.17 | 1.89 | - |
| YUV | 76.16 | 87.85 | 247 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 5 | 0 | 0.98 | 0.98 | 0.05 | 0 | 0.96 | 0.49 |
| Hex | F3 | 5 | 5 | 0 | 62 | 62 | 5 | 0 | 60 | 31 |
| Octal | 363 | 5 | 5 | 0 | 142 | 142 | 5 | 0 | 140 | 61 |
| Binary | 11110011 | 101 | 101 | 0 | 1100010 | 1100010 | 101 | 0 | 1100000 | 110001 |
Color Harmonies of #F30505
Complementary color
Monochromatic Colors of #F30505
Black with #F30505
Text Example
Text Example
White with #F30505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30505; }
p { color: rgb(243,5,5); }
H1.HeaderClassName
{
color: #F30505;
}
.AnyTagClassName
{
color: #F30505;
}
</style>
background-color css
<style>
a { background-color: #F30505; }
a { background-color: rgb(243,5,5); }
div.DivClassName
{
background-color: #F30505;
}
.BgClassName
{
background-color: #F30505;
}
</style>
border-color css
<style>
span { border-color: #F30505; }
span { border-color: rgb(243,5,5); }
td.TdClassName
{
border-color: #F30505;
}
.TagClassName
{
border-color: #F30505;
}
</style>