Shades of Radical Red #FF3357
Tints of Radical Red #FF3357
RGB
CMYK
RGB Variations
Color information
#FF3357 (or 0xFF3357) is known color: Radical Red. HEX triplet: FF, 33 and 57. RGB value is (255,51,87). Sum of RGB (Red+Green+Blue) = 255+51+87=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3357 is #00CCA8. Grayscale: #747474. Windows color (decimal): -52393 or 5714943. OLE color: 5714943.
HSL color Cylindrical-coordinate representation of color #FF3357: hue angle of 349.41º 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 #FF3357 is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 87 | - |
| CMYK | 0 | 0.8 | 0.66 | 0 |
| HSL | 349.41º | 1% | 0.6% | - |
| HSV(B) | 349.41º | 0.8% | 1% | - |
| XYZ | 44.14 | 24.32 | 11.38 | - |
| YUV | 116.1 | 111.59 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 87 | 0 | 0.8 | 0.66 | 0 | 349.41 | 1 | 0.6 |
| Hex | FF | 33 | 57 | 0 | 50 | 42 | 0 | 15D | 64 | 3C |
| Octal | 377 | 63 | 127 | 0 | 120 | 102 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110011 | 1010111 | 0 | 1010000 | 1000010 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3357
Complementary color
Monochromatic Colors of #FF3357
Black with #FF3357
Text Example
Text Example
White with #FF3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3357; }
p { color: rgb(255,51,87); }
H1.HeaderClassName
{
color: #FF3357;
}
.AnyTagClassName
{
color: #FF3357;
}
</style>
background-color css
<style>
a { background-color: #FF3357; }
a { background-color: rgb(255,51,87); }
div.DivClassName
{
background-color: #FF3357;
}
.BgClassName
{
background-color: #FF3357;
}
</style>
border-color css
<style>
span { border-color: #FF3357; }
span { border-color: rgb(255,51,87); }
td.TdClassName
{
border-color: #FF3357;
}
.TagClassName
{
border-color: #FF3357;
}
</style>