Shades of Radical Red #FF2372
Tints of Radical Red #FF2372
RGB
CMYK
RGB Variations
Color information
#FF2372 (or 0xFF2372) is known color: Radical Red. HEX triplet: FF, 23 and 72. RGB value is (255,35,114). Sum of RGB (Red+Green+Blue) = 255+35+114=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2372 is #00DC8D. Grayscale: #6D6D6D. Windows color (decimal): -56462 or 7480319. OLE color: 7480319.
HSL color Cylindrical-coordinate representation of color #FF2372: hue angle of 338.45º 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 #FF2372 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 114 | - |
| CMYK | 0 | 0.86 | 0.55 | 0 |
| HSL | 338.45º | 1% | 0.57% | - |
| HSV(B) | 338.45º | 0.86% | 1% | - |
| XYZ | 44.88 | 23.68 | 18.12 | - |
| YUV | 109.79 | 130.39 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 114 | 0 | 0.86 | 0.55 | 0 | 338.45 | 1 | 0.57 |
| Hex | FF | 23 | 72 | 0 | 56 | 37 | 0 | 152 | 64 | 39 |
| Octal | 377 | 43 | 162 | 0 | 126 | 67 | 0 | 522 | 144 | 71 |
| Binary | 11111111 | 100011 | 1110010 | 0 | 1010110 | 110111 | 0 | 101010010 | 1100100 | 111001 |
Color Harmonies of #FF2372
Complementary color
Monochromatic Colors of #FF2372
Black with #FF2372
Text Example
Text Example
White with #FF2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2372; }
p { color: rgb(255,35,114); }
H1.HeaderClassName
{
color: #FF2372;
}
.AnyTagClassName
{
color: #FF2372;
}
</style>
background-color css
<style>
a { background-color: #FF2372; }
a { background-color: rgb(255,35,114); }
div.DivClassName
{
background-color: #FF2372;
}
.BgClassName
{
background-color: #FF2372;
}
</style>
border-color css
<style>
span { border-color: #FF2372; }
span { border-color: rgb(255,35,114); }
td.TdClassName
{
border-color: #FF2372;
}
.TagClassName
{
border-color: #FF2372;
}
</style>