Shades of Radical Red #FF354B
Tints of Radical Red #FF354B
RGB
CMYK
RGB Variations
Color information
#FF354B (or 0xFF354B) is known color: Radical Red. HEX triplet: FF, 35 and 4B. RGB value is (255,53,75). Sum of RGB (Red+Green+Blue) = 255+53+75=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF354B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF354B is #00CAB4. Grayscale: #747474. Windows color (decimal): -51893 or 4929023. OLE color: 4929023.
HSL color Cylindrical-coordinate representation of color #FF354B: hue angle of 353.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF354B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 75 | - |
| CMYK | 0 | 0.79 | 0.71 | 0 |
| HSL | 353.47º | 1% | 0.6% | - |
| HSV(B) | 353.47º | 0.79% | 1% | - |
| XYZ | 43.78 | 24.31 | 9.04 | - |
| YUV | 115.91 | 104.92 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 75 | 0 | 0.79 | 0.71 | 0 | 353.47 | 1 | 0.6 |
| Hex | FF | 35 | 4B | 0 | 4F | 47 | 0 | 161 | 64 | 3C |
| Octal | 377 | 65 | 113 | 0 | 117 | 107 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110101 | 1001011 | 0 | 1001111 | 1000111 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF354B
Complementary color
Monochromatic Colors of #FF354B
Black with #FF354B
Text Example
Text Example
White with #FF354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF354B; }
p { color: rgb(255,53,75); }
H1.HeaderClassName
{
color: #FF354B;
}
.AnyTagClassName
{
color: #FF354B;
}
</style>
background-color css
<style>
a { background-color: #FF354B; }
a { background-color: rgb(255,53,75); }
div.DivClassName
{
background-color: #FF354B;
}
.BgClassName
{
background-color: #FF354B;
}
</style>
border-color css
<style>
span { border-color: #FF354B; }
span { border-color: rgb(255,53,75); }
td.TdClassName
{
border-color: #FF354B;
}
.TagClassName
{
border-color: #FF354B;
}
</style>