Shades of Radical Red #FF3944
Tints of Radical Red #FF3944
RGB
CMYK
RGB Variations
Color information
#FF3944 (or 0xFF3944) is known color: Radical Red. HEX triplet: FF, 39 and 44. RGB value is (255,57,68). Sum of RGB (Red+Green+Blue) = 255+57+68=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3944 is #00C6BB. Grayscale: #757575. Windows color (decimal): -50876 or 4471295. OLE color: 4471295.
HSL color Cylindrical-coordinate representation of color #FF3944: hue angle of 356.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3944 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 68 | - |
| CMYK | 0 | 0.78 | 0.73 | 0 |
| HSL | 356.67º | 1% | 0.61% | - |
| HSV(B) | 356.67º | 0.78% | 1% | - |
| XYZ | 43.75 | 24.6 | 7.91 | - |
| YUV | 117.46 | 100.1 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 68 | 0 | 0.78 | 0.73 | 0 | 356.67 | 1 | 0.61 |
| Hex | FF | 39 | 44 | 0 | 4E | 49 | 0 | 165 | 64 | 3D |
| Octal | 377 | 71 | 104 | 0 | 116 | 111 | 0 | 545 | 144 | 75 |
| Binary | 11111111 | 111001 | 1000100 | 0 | 1001110 | 1001001 | 0 | 101100101 | 1100100 | 111101 |
Color Harmonies of #FF3944
Complementary color
Monochromatic Colors of #FF3944
Black with #FF3944
Text Example
Text Example
White with #FF3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3944; }
p { color: rgb(255,57,68); }
H1.HeaderClassName
{
color: #FF3944;
}
.AnyTagClassName
{
color: #FF3944;
}
</style>
background-color css
<style>
a { background-color: #FF3944; }
a { background-color: rgb(255,57,68); }
div.DivClassName
{
background-color: #FF3944;
}
.BgClassName
{
background-color: #FF3944;
}
</style>
border-color css
<style>
span { border-color: #FF3944; }
span { border-color: rgb(255,57,68); }
td.TdClassName
{
border-color: #FF3944;
}
.TagClassName
{
border-color: #FF3944;
}
</style>