Shades of Radical Red #FF264D
Tints of Radical Red #FF264D
RGB
CMYK
RGB Variations
Color information
#FF264D (or 0xFF264D) is known color: Radical Red. HEX triplet: FF, 26 and 4D. RGB value is (255,38,77). Sum of RGB (Red+Green+Blue) = 255+38+77=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF264D is #00D9B2. Grayscale: #6B6B6B. Windows color (decimal): -55731 or 5056255. OLE color: 5056255.
HSL color Cylindrical-coordinate representation of color #FF264D: hue angle of 349.22º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF264D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 77 | - |
| CMYK | 0 | 0.85 | 0.70 | 0 |
| HSL | 349.22º | 1% | 0.57% | - |
| HSV(B) | 349.22º | 0.85% | 1% | - |
| XYZ | 43.27 | 23.18 | 9.22 | - |
| YUV | 107.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 77 | 0 | 0.85 | 0.70 | 0 | 349.22 | 1 | 0.57 |
| Hex | FF | 26 | 4D | 0 | 55 | 46 | 0 | 15D | 64 | 39 |
| Octal | 377 | 46 | 115 | 0 | 125 | 106 | 0 | 535 | 144 | 71 |
| Binary | 11111111 | 100110 | 1001101 | 0 | 1010101 | 1000110 | 0 | 101011101 | 1100100 | 111001 |
Color Harmonies of #FF264D
Complementary color
Monochromatic Colors of #FF264D
Black with #FF264D
Text Example
Text Example
White with #FF264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF264D; }
p { color: rgb(255,38,77); }
H1.HeaderClassName
{
color: #FF264D;
}
.AnyTagClassName
{
color: #FF264D;
}
</style>
background-color css
<style>
a { background-color: #FF264D; }
a { background-color: rgb(255,38,77); }
div.DivClassName
{
background-color: #FF264D;
}
.BgClassName
{
background-color: #FF264D;
}
</style>
border-color css
<style>
span { border-color: #FF264D; }
span { border-color: rgb(255,38,77); }
td.TdClassName
{
border-color: #FF264D;
}
.TagClassName
{
border-color: #FF264D;
}
</style>