Shades of Radical Red #FF2370
Tints of Radical Red #FF2370
RGB
CMYK
RGB Variations
Color information
#FF2370 (or 0xFF2370) is known color: Radical Red. HEX triplet: FF, 23 and 70. RGB value is (255,35,112). Sum of RGB (Red+Green+Blue) = 255+35+112=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2370 is #00DC8F. Grayscale: #6D6D6D. Windows color (decimal): -56464 or 7349247. OLE color: 7349247.
HSL color Cylindrical-coordinate representation of color #FF2370: hue angle of 339º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2370 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 112 | - |
| CMYK | 0 | 0.86 | 0.56 | 0 |
| HSL | 339º | 1% | 0.57% | - |
| HSV(B) | 339º | 0.86% | 1% | - |
| XYZ | 44.77 | 23.63 | 17.53 | - |
| YUV | 109.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 112 | 0 | 0.86 | 0.56 | 0 | 339 | 1 | 0.57 |
| Hex | FF | 23 | 70 | 0 | 56 | 38 | 0 | 153 | 64 | 39 |
| Octal | 377 | 43 | 160 | 0 | 126 | 70 | 0 | 523 | 144 | 71 |
| Binary | 11111111 | 100011 | 1110000 | 0 | 1010110 | 111000 | 0 | 101010011 | 1100100 | 111001 |
Color Harmonies of #FF2370
Complementary color
Monochromatic Colors of #FF2370
Black with #FF2370
Text Example
Text Example
White with #FF2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2370; }
p { color: rgb(255,35,112); }
H1.HeaderClassName
{
color: #FF2370;
}
.AnyTagClassName
{
color: #FF2370;
}
</style>
background-color css
<style>
a { background-color: #FF2370; }
a { background-color: rgb(255,35,112); }
div.DivClassName
{
background-color: #FF2370;
}
.BgClassName
{
background-color: #FF2370;
}
</style>
border-color css
<style>
span { border-color: #FF2370; }
span { border-color: rgb(255,35,112); }
td.TdClassName
{
border-color: #FF2370;
}
.TagClassName
{
border-color: #FF2370;
}
</style>