Shades of Radical Red #FF2374
Tints of Radical Red #FF2374
RGB
CMYK
RGB Variations
Color information
#FF2374 (or 0xFF2374) is known color: Radical Red. HEX triplet: FF, 23 and 74. RGB value is (255,35,116). Sum of RGB (Red+Green+Blue) = 255+35+116=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2374 is #00DC8B. Grayscale: #6D6D6D. Windows color (decimal): -56460 or 7611391. OLE color: 7611391.
HSL color Cylindrical-coordinate representation of color #FF2374: hue angle of 337.91º 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 #FF2374 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 116 | - |
| CMYK | 0 | 0.86 | 0.55 | 0 |
| HSL | 337.91º | 1% | 0.57% | - |
| HSV(B) | 337.91º | 0.86% | 1% | - |
| XYZ | 44.99 | 23.72 | 18.73 | - |
| YUV | 110.01 | 131.39 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 116 | 0 | 0.86 | 0.55 | 0 | 337.91 | 1 | 0.57 |
| Hex | FF | 23 | 74 | 0 | 56 | 37 | 0 | 152 | 64 | 39 |
| Octal | 377 | 43 | 164 | 0 | 126 | 67 | 0 | 522 | 144 | 71 |
| Binary | 11111111 | 100011 | 1110100 | 0 | 1010110 | 110111 | 0 | 101010010 | 1100100 | 111001 |
Color Harmonies of #FF2374
Complementary color
Monochromatic Colors of #FF2374
Black with #FF2374
Text Example
Text Example
White with #FF2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2374; }
p { color: rgb(255,35,116); }
H1.HeaderClassName
{
color: #FF2374;
}
.AnyTagClassName
{
color: #FF2374;
}
</style>
background-color css
<style>
a { background-color: #FF2374; }
a { background-color: rgb(255,35,116); }
div.DivClassName
{
background-color: #FF2374;
}
.BgClassName
{
background-color: #FF2374;
}
</style>
border-color css
<style>
span { border-color: #FF2374; }
span { border-color: rgb(255,35,116); }
td.TdClassName
{
border-color: #FF2374;
}
.TagClassName
{
border-color: #FF2374;
}
</style>