Shades of Radical Red #FF3457
Tints of Radical Red #FF3457
RGB
CMYK
RGB Variations
Color information
#FF3457 (or 0xFF3457) is known color: Radical Red. HEX triplet: FF, 34 and 57. RGB value is (255,52,87). Sum of RGB (Red+Green+Blue) = 255+52+87=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3457 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3457 is #00CBA8. Grayscale: #747474. Windows color (decimal): -52137 or 5715199. OLE color: 5715199.
HSL color Cylindrical-coordinate representation of color #FF3457: hue angle of 349.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3457 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 87 | - |
| CMYK | 0 | 0.80 | 0.66 | 0 |
| HSL | 349.66º | 1% | 0.6% | - |
| HSV(B) | 349.66º | 0.8% | 1% | - |
| XYZ | 44.19 | 24.4 | 11.4 | - |
| YUV | 116.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 87 | 0 | 0.80 | 0.66 | 0 | 349.66 | 1 | 0.6 |
| Hex | FF | 34 | 57 | 0 | 50 | 42 | 0 | 15E | 64 | 3C |
| Octal | 377 | 64 | 127 | 0 | 120 | 102 | 0 | 536 | 144 | 74 |
| Binary | 11111111 | 110100 | 1010111 | 0 | 1010000 | 1000010 | 0 | 101011110 | 1100100 | 111100 |
Color Harmonies of #FF3457
Complementary color
Monochromatic Colors of #FF3457
Black with #FF3457
Text Example
Text Example
White with #FF3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3457; }
p { color: rgb(255,52,87); }
H1.HeaderClassName
{
color: #FF3457;
}
.AnyTagClassName
{
color: #FF3457;
}
</style>
background-color css
<style>
a { background-color: #FF3457; }
a { background-color: rgb(255,52,87); }
div.DivClassName
{
background-color: #FF3457;
}
.BgClassName
{
background-color: #FF3457;
}
</style>
border-color css
<style>
span { border-color: #FF3457; }
span { border-color: rgb(255,52,87); }
td.TdClassName
{
border-color: #FF3457;
}
.TagClassName
{
border-color: #FF3457;
}
</style>