Shades of Red #F31205
Tints of Red #F31205
RGB
CMYK
RGB Variations
Color information
#F31205 (or 0xF31205) is known color: Red. HEX triplet: F3, 12 and 05. RGB value is (243,18,5). Sum of RGB (Red+Green+Blue) = 243+18+5=266 (35% of max value = 765). Red value is 243 (95.31% from 255 or 91.35% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 243 - color contains mainly: red. Hex color #F31205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31205 is #0CEDFA. Grayscale: #545454. Windows color (decimal): -847355 or 332531. OLE color: 332531.
HSL color Cylindrical-coordinate representation of color #F31205: hue angle of 3.28º 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 #F31205 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.05 |
| HSL | 3.28º | 0.96% | 0.49% | - |
| HSV(B) | 3.28º | 0.98% | 0.95% | - |
| XYZ | 37.21 | 19.5 | 1.95 | - |
| YUV | 83.79 | 83.54 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 5 | 0 | 0.93 | 0.98 | 0.05 | 3.28 | 0.96 | 0.49 |
| Hex | F3 | 12 | 5 | 0 | 5D | 62 | 5 | 3 | 60 | 31 |
| Octal | 363 | 22 | 5 | 0 | 135 | 142 | 5 | 3 | 140 | 61 |
| Binary | 11110011 | 10010 | 101 | 0 | 1011101 | 1100010 | 101 | 11 | 1100000 | 110001 |
Color Harmonies of #F31205
Complementary color
Monochromatic Colors of #F31205
Black with #F31205
Text Example
Text Example
White with #F31205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31205; }
p { color: rgb(243,18,5); }
H1.HeaderClassName
{
color: #F31205;
}
.AnyTagClassName
{
color: #F31205;
}
</style>
background-color css
<style>
a { background-color: #F31205; }
a { background-color: rgb(243,18,5); }
div.DivClassName
{
background-color: #F31205;
}
.BgClassName
{
background-color: #F31205;
}
</style>
border-color css
<style>
span { border-color: #F31205; }
span { border-color: rgb(243,18,5); }
td.TdClassName
{
border-color: #F31205;
}
.TagClassName
{
border-color: #F31205;
}
</style>