Shades of Radical Red #FF215C
Tints of Radical Red #FF215C
RGB
CMYK
RGB Variations
Color information
#FF215C (or 0xFF215C) is known color: Radical Red. HEX triplet: FF, 21 and 5C. RGB value is (255,33,92). Sum of RGB (Red+Green+Blue) = 255+33+92=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF215C is #00DEA3. Grayscale: #6A6A6A. Windows color (decimal): -56996 or 6038015. OLE color: 6038015.
HSL color Cylindrical-coordinate representation of color #FF215C: hue angle of 344.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF215C is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 92 | - |
| CMYK | 0 | 0.87 | 0.64 | 0 |
| HSL | 344.05º | 1% | 0.56% | - |
| HSV(B) | 344.05º | 0.87% | 1% | - |
| XYZ | 43.72 | 23.12 | 12.28 | - |
| YUV | 106.1 | 120.05 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 92 | 0 | 0.87 | 0.64 | 0 | 344.05 | 1 | 0.56 |
| Hex | FF | 21 | 5C | 0 | 57 | 40 | 0 | 158 | 64 | 38 |
| Octal | 377 | 41 | 134 | 0 | 127 | 100 | 0 | 530 | 144 | 70 |
| Binary | 11111111 | 100001 | 1011100 | 0 | 1010111 | 1000000 | 0 | 101011000 | 1100100 | 111000 |
Color Harmonies of #FF215C
Complementary color
Monochromatic Colors of #FF215C
Black with #FF215C
Text Example
Text Example
White with #FF215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF215C; }
p { color: rgb(255,33,92); }
H1.HeaderClassName
{
color: #FF215C;
}
.AnyTagClassName
{
color: #FF215C;
}
</style>
background-color css
<style>
a { background-color: #FF215C; }
a { background-color: rgb(255,33,92); }
div.DivClassName
{
background-color: #FF215C;
}
.BgClassName
{
background-color: #FF215C;
}
</style>
border-color css
<style>
span { border-color: #FF215C; }
span { border-color: rgb(255,33,92); }
td.TdClassName
{
border-color: #FF215C;
}
.TagClassName
{
border-color: #FF215C;
}
</style>