Shades of Red #FF0902
Tints of Red #FF0902
RGB
CMYK
RGB Variations
Color information
#FF0902 (or 0xFF0902) is known color: Red. HEX triplet: FF, 09 and 02. RGB value is (255,9,2). Sum of RGB (Red+Green+Blue) = 255+9+2=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0902 is #00F6FD. Grayscale: #525252. Windows color (decimal): -63230 or 133631. OLE color: 133631.
HSL color Cylindrical-coordinate representation of color #FF0902: hue angle of 1.66º 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 #FF0902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0 |
| HSL | 1.66º | 1% | 0.5% | - |
| HSV(B) | 1.66º | 0.99% | 1% | - |
| XYZ | 41.35 | 21.46 | 2.02 | - |
| YUV | 81.76 | 83 | 251.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 2 | 0 | 0.96 | 0.99 | 0 | 1.66 | 1 | 0.5 |
| Hex | FF | 9 | 2 | 0 | 60 | 63 | 0 | 2 | 64 | 32 |
| Octal | 377 | 11 | 2 | 0 | 140 | 143 | 0 | 2 | 144 | 62 |
| Binary | 11111111 | 1001 | 10 | 0 | 1100000 | 1100011 | 0 | 10 | 1100100 | 110010 |
Color Harmonies of #FF0902
Complementary color
Monochromatic Colors of #FF0902
Black with #FF0902
Text Example
Text Example
White with #FF0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0902; }
p { color: rgb(255,9,2); }
H1.HeaderClassName
{
color: #FF0902;
}
.AnyTagClassName
{
color: #FF0902;
}
</style>
background-color css
<style>
a { background-color: #FF0902; }
a { background-color: rgb(255,9,2); }
div.DivClassName
{
background-color: #FF0902;
}
.BgClassName
{
background-color: #FF0902;
}
</style>
border-color css
<style>
span { border-color: #FF0902; }
span { border-color: rgb(255,9,2); }
td.TdClassName
{
border-color: #FF0902;
}
.TagClassName
{
border-color: #FF0902;
}
</style>