Shades of Radical Red #FF214B
Tints of Radical Red #FF214B
RGB
CMYK
RGB Variations
Color information
#FF214B (or 0xFF214B) is known color: Radical Red. HEX triplet: FF, 21 and 4B. RGB value is (255,33,75). Sum of RGB (Red+Green+Blue) = 255+33+75=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF214B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF214B is #00DEB4. Grayscale: #686868. Windows color (decimal): -57013 or 4923903. OLE color: 4923903.
HSL color Cylindrical-coordinate representation of color #FF214B: hue angle of 348.65º 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 #FF214B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 75 | - |
| CMYK | 0 | 0.87 | 0.71 | 0 |
| HSL | 348.65º | 1% | 0.56% | - |
| HSV(B) | 348.65º | 0.87% | 1% | - |
| XYZ | 43.05 | 22.86 | 8.8 | - |
| YUV | 104.17 | 111.55 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 75 | 0 | 0.87 | 0.71 | 0 | 348.65 | 1 | 0.56 |
| Hex | FF | 21 | 4B | 0 | 57 | 47 | 0 | 15D | 64 | 38 |
| Octal | 377 | 41 | 113 | 0 | 127 | 107 | 0 | 535 | 144 | 70 |
| Binary | 11111111 | 100001 | 1001011 | 0 | 1010111 | 1000111 | 0 | 101011101 | 1100100 | 111000 |
Color Harmonies of #FF214B
Complementary color
Monochromatic Colors of #FF214B
Black with #FF214B
Text Example
Text Example
White with #FF214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF214B; }
p { color: rgb(255,33,75); }
H1.HeaderClassName
{
color: #FF214B;
}
.AnyTagClassName
{
color: #FF214B;
}
</style>
background-color css
<style>
a { background-color: #FF214B; }
a { background-color: rgb(255,33,75); }
div.DivClassName
{
background-color: #FF214B;
}
.BgClassName
{
background-color: #FF214B;
}
</style>
border-color css
<style>
span { border-color: #FF214B; }
span { border-color: rgb(255,33,75); }
td.TdClassName
{
border-color: #FF214B;
}
.TagClassName
{
border-color: #FF214B;
}
</style>