Shades of Red #F30201
Tints of Red #F30201
RGB
CMYK
RGB Variations
Color information
#F30201 (or 0xF30201) is known color: Red. HEX triplet: F3, 02 and 01. RGB value is (243,2,1). Sum of RGB (Red+Green+Blue) = 243+2+1=246 (32% of max value = 765). Red value is 243 (95.31% from 255 or 98.78% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 243 - color contains mainly: red. Hex color #F30201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30201 is #0CFDFE. Grayscale: #4A4A4A. Windows color (decimal): -851455 or 66291. OLE color: 66291.
HSL color Cylindrical-coordinate representation of color #F30201: hue angle of 0.25º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.05 |
| HSL | 0.25º | 0.99% | 0.48% | - |
| HSV(B) | 0.25º | 1% | 0.95% | - |
| XYZ | 36.99 | 19.1 | 1.77 | - |
| YUV | 73.95 | 86.84 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 1 | 0 | 0.99 | 1.00 | 0.05 | 0.25 | 0.99 | 0.48 |
| Hex | F3 | 2 | 1 | 0 | 63 | 64 | 5 | 0 | 63 | 30 |
| Octal | 363 | 2 | 1 | 0 | 143 | 144 | 5 | 0 | 143 | 60 |
| Binary | 11110011 | 10 | 1 | 0 | 1100011 | 1100100 | 101 | 0 | 1100011 | 110000 |
Color Harmonies of #F30201
Complementary color
Monochromatic Colors of #F30201
Black with #F30201
Text Example
Text Example
White with #F30201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30201; }
p { color: rgb(243,2,1); }
H1.HeaderClassName
{
color: #F30201;
}
.AnyTagClassName
{
color: #F30201;
}
</style>
background-color css
<style>
a { background-color: #F30201; }
a { background-color: rgb(243,2,1); }
div.DivClassName
{
background-color: #F30201;
}
.BgClassName
{
background-color: #F30201;
}
</style>
border-color css
<style>
span { border-color: #F30201; }
span { border-color: rgb(243,2,1); }
td.TdClassName
{
border-color: #F30201;
}
.TagClassName
{
border-color: #F30201;
}
</style>