Shades of Radical Red #FF334B
Tints of Radical Red #FF334B
RGB
CMYK
RGB Variations
Color information
#FF334B (or 0xFF334B) is known color: Radical Red. HEX triplet: FF, 33 and 4B. RGB value is (255,51,75). Sum of RGB (Red+Green+Blue) = 255+51+75=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF334B is #00CCB4. Grayscale: #727272. Windows color (decimal): -52405 or 4928511. OLE color: 4928511.
HSL color Cylindrical-coordinate representation of color #FF334B: hue angle of 352.94º 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 #FF334B is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 75 | - |
| CMYK | 0 | 0.8 | 0.71 | 0 |
| HSL | 352.94º | 1% | 0.6% | - |
| HSV(B) | 352.94º | 0.8% | 1% | - |
| XYZ | 43.69 | 24.14 | 9.01 | - |
| YUV | 114.73 | 105.59 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 75 | 0 | 0.8 | 0.71 | 0 | 352.94 | 1 | 0.6 |
| Hex | FF | 33 | 4B | 0 | 50 | 47 | 0 | 161 | 64 | 3C |
| Octal | 377 | 63 | 113 | 0 | 120 | 107 | 0 | 541 | 144 | 74 |
| Binary | 11111111 | 110011 | 1001011 | 0 | 1010000 | 1000111 | 0 | 101100001 | 1100100 | 111100 |
Color Harmonies of #FF334B
Complementary color
Monochromatic Colors of #FF334B
Black with #FF334B
Text Example
Text Example
White with #FF334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF334B; }
p { color: rgb(255,51,75); }
H1.HeaderClassName
{
color: #FF334B;
}
.AnyTagClassName
{
color: #FF334B;
}
</style>
background-color css
<style>
a { background-color: #FF334B; }
a { background-color: rgb(255,51,75); }
div.DivClassName
{
background-color: #FF334B;
}
.BgClassName
{
background-color: #FF334B;
}
</style>
border-color css
<style>
span { border-color: #FF334B; }
span { border-color: rgb(255,51,75); }
td.TdClassName
{
border-color: #FF334B;
}
.TagClassName
{
border-color: #FF334B;
}
</style>