Shades of Radical Red #FF2E4B
Tints of Radical Red #FF2E4B
RGB
CMYK
RGB Variations
Color information
#FF2E4B (or 0xFF2E4B) is known color: Radical Red. HEX triplet: FF, 2E and 4B. RGB value is (255,46,75). Sum of RGB (Red+Green+Blue) = 255+46+75=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E4B is #00D1B4. Grayscale: #6F6F6F. Windows color (decimal): -53685 or 4927231. OLE color: 4927231.
HSL color Cylindrical-coordinate representation of color #FF2E4B: hue angle of 351.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E4B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 75 | - |
| CMYK | 0 | 0.82 | 0.71 | 0 |
| HSL | 351.67º | 1% | 0.59% | - |
| HSV(B) | 351.67º | 0.82% | 1% | - |
| XYZ | 43.49 | 23.72 | 8.94 | - |
| YUV | 111.8 | 107.24 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 75 | 0 | 0.82 | 0.71 | 0 | 351.67 | 1 | 0.59 |
| Hex | FF | 2E | 4B | 0 | 52 | 47 | 0 | 160 | 64 | 3B |
| Octal | 377 | 56 | 113 | 0 | 122 | 107 | 0 | 540 | 144 | 73 |
| Binary | 11111111 | 101110 | 1001011 | 0 | 1010010 | 1000111 | 0 | 101100000 | 1100100 | 111011 |
Color Harmonies of #FF2E4B
Complementary color
Monochromatic Colors of #FF2E4B
Black with #FF2E4B
Text Example
Text Example
White with #FF2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E4B; }
p { color: rgb(255,46,75); }
H1.HeaderClassName
{
color: #FF2E4B;
}
.AnyTagClassName
{
color: #FF2E4B;
}
</style>
background-color css
<style>
a { background-color: #FF2E4B; }
a { background-color: rgb(255,46,75); }
div.DivClassName
{
background-color: #FF2E4B;
}
.BgClassName
{
background-color: #FF2E4B;
}
</style>
border-color css
<style>
span { border-color: #FF2E4B; }
span { border-color: rgb(255,46,75); }
td.TdClassName
{
border-color: #FF2E4B;
}
.TagClassName
{
border-color: #FF2E4B;
}
</style>