Shades of Radical Red #FF3658
Tints of Radical Red #FF3658
RGB
CMYK
RGB Variations
Color information
#FF3658 (or 0xFF3658) is known color: Radical Red. HEX triplet: FF, 36 and 58. RGB value is (255,54,88). Sum of RGB (Red+Green+Blue) = 255+54+88=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3658 is #00C9A7. Grayscale: #767676. Windows color (decimal): -51624 or 5781247. OLE color: 5781247.
HSL color Cylindrical-coordinate representation of color #FF3658: hue angle of 349.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF3658 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 88 | - |
| CMYK | 0 | 0.79 | 0.65 | 0 |
| HSL | 349.85º | 1% | 0.61% | - |
| HSV(B) | 349.85º | 0.79% | 1% | - |
| XYZ | 44.32 | 24.6 | 11.65 | - |
| YUV | 117.98 | 111.09 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 88 | 0 | 0.79 | 0.65 | 0 | 349.85 | 1 | 0.61 |
| Hex | FF | 36 | 58 | 0 | 4F | 41 | 0 | 15E | 64 | 3D |
| Octal | 377 | 66 | 130 | 0 | 117 | 101 | 0 | 536 | 144 | 75 |
| Binary | 11111111 | 110110 | 1011000 | 0 | 1001111 | 1000001 | 0 | 101011110 | 1100100 | 111101 |
Color Harmonies of #FF3658
Complementary color
Monochromatic Colors of #FF3658
Black with #FF3658
Text Example
Text Example
White with #FF3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3658; }
p { color: rgb(255,54,88); }
H1.HeaderClassName
{
color: #FF3658;
}
.AnyTagClassName
{
color: #FF3658;
}
</style>
background-color css
<style>
a { background-color: #FF3658; }
a { background-color: rgb(255,54,88); }
div.DivClassName
{
background-color: #FF3658;
}
.BgClassName
{
background-color: #FF3658;
}
</style>
border-color css
<style>
span { border-color: #FF3658; }
span { border-color: rgb(255,54,88); }
td.TdClassName
{
border-color: #FF3658;
}
.TagClassName
{
border-color: #FF3658;
}
</style>