Shades of Radical Red #FF3544
Tints of Radical Red #FF3544
RGB
CMYK
RGB Variations
Color information
#FF3544 (or 0xFF3544) is known color: Radical Red. HEX triplet: FF, 35 and 44. RGB value is (255,53,68). Sum of RGB (Red+Green+Blue) = 255+53+68=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3544 is #00CABB. Grayscale: #737373. Windows color (decimal): -51900 or 4470271. OLE color: 4470271.
HSL color Cylindrical-coordinate representation of color #FF3544: hue angle of 355.54º 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 #FF3544 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 68 | - |
| CMYK | 0 | 0.79 | 0.73 | 0 |
| HSL | 355.54º | 1% | 0.6% | - |
| HSV(B) | 355.54º | 0.79% | 1% | - |
| XYZ | 43.56 | 24.22 | 7.85 | - |
| YUV | 115.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 68 | 0 | 0.79 | 0.73 | 0 | 355.54 | 1 | 0.6 |
| Hex | FF | 35 | 44 | 0 | 4F | 49 | 0 | 164 | 64 | 3C |
| Octal | 377 | 65 | 104 | 0 | 117 | 111 | 0 | 544 | 144 | 74 |
| Binary | 11111111 | 110101 | 1000100 | 0 | 1001111 | 1001001 | 0 | 101100100 | 1100100 | 111100 |
Color Harmonies of #FF3544
Complementary color
Monochromatic Colors of #FF3544
Black with #FF3544
Text Example
Text Example
White with #FF3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3544; }
p { color: rgb(255,53,68); }
H1.HeaderClassName
{
color: #FF3544;
}
.AnyTagClassName
{
color: #FF3544;
}
</style>
background-color css
<style>
a { background-color: #FF3544; }
a { background-color: rgb(255,53,68); }
div.DivClassName
{
background-color: #FF3544;
}
.BgClassName
{
background-color: #FF3544;
}
</style>
border-color css
<style>
span { border-color: #FF3544; }
span { border-color: rgb(255,53,68); }
td.TdClassName
{
border-color: #FF3544;
}
.TagClassName
{
border-color: #FF3544;
}
</style>