Shades of Red #FF0302
Tints of Red #FF0302
RGB
CMYK
RGB Variations
Color information
#FF0302 (or 0xFF0302) is known color: Red. HEX triplet: FF, 03 and 02. RGB value is (255,3,2). Sum of RGB (Red+Green+Blue) = 255+3+2=260 (34% of max value = 765). Red value is 255 (100% from 255 or 98.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0302 is #00FCFD. Grayscale: #4E4E4E. Windows color (decimal): -64766 or 132095. OLE color: 132095.
HSL color Cylindrical-coordinate representation of color #FF0302: hue angle of 0.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0 |
| HSL | 0.24º | 1% | 0.5% | - |
| HSV(B) | 0.24º | 0.99% | 1% | - |
| XYZ | 41.28 | 21.33 | 2 | - |
| YUV | 78.23 | 84.99 | 254.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 2 | 0 | 0.99 | 0.99 | 0 | 0.24 | 1 | 0.5 |
| Hex | FF | 3 | 2 | 0 | 63 | 63 | 0 | 0 | 64 | 32 |
| Octal | 377 | 3 | 2 | 0 | 143 | 143 | 0 | 0 | 144 | 62 |
| Binary | 11111111 | 11 | 10 | 0 | 1100011 | 1100011 | 0 | 0 | 1100100 | 110010 |
Color Harmonies of #FF0302
Complementary color
Monochromatic Colors of #FF0302
Black with #FF0302
Text Example
Text Example
White with #FF0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0302; }
p { color: rgb(255,3,2); }
H1.HeaderClassName
{
color: #FF0302;
}
.AnyTagClassName
{
color: #FF0302;
}
</style>
background-color css
<style>
a { background-color: #FF0302; }
a { background-color: rgb(255,3,2); }
div.DivClassName
{
background-color: #FF0302;
}
.BgClassName
{
background-color: #FF0302;
}
</style>
border-color css
<style>
span { border-color: #FF0302; }
span { border-color: rgb(255,3,2); }
td.TdClassName
{
border-color: #FF0302;
}
.TagClassName
{
border-color: #FF0302;
}
</style>