Shades of Radical Red #FF3444
Tints of Radical Red #FF3444
RGB
CMYK
RGB Variations
Color information
#FF3444 (or 0xFF3444) is known color: Radical Red. HEX triplet: FF, 34 and 44. RGB value is (255,52,68). Sum of RGB (Red+Green+Blue) = 255+52+68=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3444 is #00CBBB. Grayscale: #727272. Windows color (decimal): -52156 or 4470015. OLE color: 4470015.
HSL color Cylindrical-coordinate representation of color #FF3444: hue angle of 355.27º 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 #FF3444 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 68 | - |
| CMYK | 0 | 0.80 | 0.73 | 0 |
| HSL | 355.27º | 1% | 0.6% | - |
| HSV(B) | 355.27º | 0.8% | 1% | - |
| XYZ | 43.51 | 24.13 | 7.83 | - |
| YUV | 114.52 | 101.75 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 68 | 0 | 0.80 | 0.73 | 0 | 355.27 | 1 | 0.6 |
| Hex | FF | 34 | 44 | 0 | 50 | 49 | 0 | 163 | 64 | 3C |
| Octal | 377 | 64 | 104 | 0 | 120 | 111 | 0 | 543 | 144 | 74 |
| Binary | 11111111 | 110100 | 1000100 | 0 | 1010000 | 1001001 | 0 | 101100011 | 1100100 | 111100 |
Color Harmonies of #FF3444
Complementary color
Monochromatic Colors of #FF3444
Black with #FF3444
Text Example
Text Example
White with #FF3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3444; }
p { color: rgb(255,52,68); }
H1.HeaderClassName
{
color: #FF3444;
}
.AnyTagClassName
{
color: #FF3444;
}
</style>
background-color css
<style>
a { background-color: #FF3444; }
a { background-color: rgb(255,52,68); }
div.DivClassName
{
background-color: #FF3444;
}
.BgClassName
{
background-color: #FF3444;
}
</style>
border-color css
<style>
span { border-color: #FF3444; }
span { border-color: rgb(255,52,68); }
td.TdClassName
{
border-color: #FF3444;
}
.TagClassName
{
border-color: #FF3444;
}
</style>