Shades of Radical Red #FF3144
Tints of Radical Red #FF3144
RGB
CMYK
RGB Variations
Color information
#FF3144 (or 0xFF3144) is known color: Radical Red. HEX triplet: FF, 31 and 44. RGB value is (255,49,68). Sum of RGB (Red+Green+Blue) = 255+49+68=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3144 is #00CEBB. Grayscale: #707070. Windows color (decimal): -52924 or 4469247. OLE color: 4469247.
HSL color Cylindrical-coordinate representation of color #FF3144: hue angle of 354.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3144 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 68 | - |
| CMYK | 0 | 0.81 | 0.73 | 0 |
| HSL | 354.47º | 1% | 0.6% | - |
| HSV(B) | 354.47º | 0.81% | 1% | - |
| XYZ | 43.38 | 23.87 | 7.79 | - |
| YUV | 112.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 68 | 0 | 0.81 | 0.73 | 0 | 354.47 | 1 | 0.6 |
| Hex | FF | 31 | 44 | 0 | 51 | 49 | 0 | 162 | 64 | 3C |
| Octal | 377 | 61 | 104 | 0 | 121 | 111 | 0 | 542 | 144 | 74 |
| Binary | 11111111 | 110001 | 1000100 | 0 | 1010001 | 1001001 | 0 | 101100010 | 1100100 | 111100 |
Color Harmonies of #FF3144
Complementary color
Monochromatic Colors of #FF3144
Black with #FF3144
Text Example
Text Example
White with #FF3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3144; }
p { color: rgb(255,49,68); }
H1.HeaderClassName
{
color: #FF3144;
}
.AnyTagClassName
{
color: #FF3144;
}
</style>
background-color css
<style>
a { background-color: #FF3144; }
a { background-color: rgb(255,49,68); }
div.DivClassName
{
background-color: #FF3144;
}
.BgClassName
{
background-color: #FF3144;
}
</style>
border-color css
<style>
span { border-color: #FF3144; }
span { border-color: rgb(255,49,68); }
td.TdClassName
{
border-color: #FF3144;
}
.TagClassName
{
border-color: #FF3144;
}
</style>