Shades of Radical Red #FF445B
Tints of Radical Red #FF445B
RGB
CMYK
RGB Variations
Color information
#FF445B (or 0xFF445B) is known color: Radical Red. HEX triplet: FF, 44 and 5B. RGB value is (255,68,91). Sum of RGB (Red+Green+Blue) = 255+68+91=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF445B is #00BBA4. Grayscale: #7E7E7E. Windows color (decimal): -48037 or 5981439. OLE color: 5981439.
HSL color Cylindrical-coordinate representation of color #FF445B: hue angle of 352.62º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF445B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 91 | - |
| CMYK | 0 | 0.73 | 0.64 | 0 |
| HSL | 352.62º | 1% | 0.63% | - |
| HSV(B) | 352.62º | 0.73% | 1% | - |
| XYZ | 45.2 | 26.15 | 12.56 | - |
| YUV | 126.54 | 107.95 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 91 | 0 | 0.73 | 0.64 | 0 | 352.62 | 1 | 0.63 |
| Hex | FF | 44 | 5B | 0 | 49 | 40 | 0 | 161 | 64 | 3F |
| Octal | 377 | 104 | 133 | 0 | 111 | 100 | 0 | 541 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1011011 | 0 | 1001001 | 1000000 | 0 | 101100001 | 1100100 | 111111 |
Color Harmonies of #FF445B
Complementary color
Monochromatic Colors of #FF445B
Black with #FF445B
Text Example
Text Example
White with #FF445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF445B; }
p { color: rgb(255,68,91); }
H1.HeaderClassName
{
color: #FF445B;
}
.AnyTagClassName
{
color: #FF445B;
}
</style>
background-color css
<style>
a { background-color: #FF445B; }
a { background-color: rgb(255,68,91); }
div.DivClassName
{
background-color: #FF445B;
}
.BgClassName
{
background-color: #FF445B;
}
</style>
border-color css
<style>
span { border-color: #FF445B; }
span { border-color: rgb(255,68,91); }
td.TdClassName
{
border-color: #FF445B;
}
.TagClassName
{
border-color: #FF445B;
}
</style>