Shades of Radical Red #FF4453
Tints of Radical Red #FF4453
RGB
CMYK
RGB Variations
Color information
#FF4453 (or 0xFF4453) is known color: Radical Red. HEX triplet: FF, 44 and 53. RGB value is (255,68,83). Sum of RGB (Red+Green+Blue) = 255+68+83=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4453 is #00BBAC. Grayscale: #7D7D7D. Windows color (decimal): -48045 or 5457151. OLE color: 5457151.
HSL color Cylindrical-coordinate representation of color #FF4453: hue angle of 355.19º 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 #FF4453 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 83 | - |
| CMYK | 0 | 0.73 | 0.67 | 0 |
| HSL | 355.19º | 1% | 0.63% | - |
| HSV(B) | 355.19º | 0.73% | 1% | - |
| XYZ | 44.87 | 26.02 | 10.84 | - |
| YUV | 125.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 83 | 0 | 0.73 | 0.67 | 0 | 355.19 | 1 | 0.63 |
| Hex | FF | 44 | 53 | 0 | 49 | 43 | 0 | 163 | 64 | 3F |
| Octal | 377 | 104 | 123 | 0 | 111 | 103 | 0 | 543 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1010011 | 0 | 1001001 | 1000011 | 0 | 101100011 | 1100100 | 111111 |
Color Harmonies of #FF4453
Complementary color
Monochromatic Colors of #FF4453
Black with #FF4453
Text Example
Text Example
White with #FF4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4453; }
p { color: rgb(255,68,83); }
H1.HeaderClassName
{
color: #FF4453;
}
.AnyTagClassName
{
color: #FF4453;
}
</style>
background-color css
<style>
a { background-color: #FF4453; }
a { background-color: rgb(255,68,83); }
div.DivClassName
{
background-color: #FF4453;
}
.BgClassName
{
background-color: #FF4453;
}
</style>
border-color css
<style>
span { border-color: #FF4453; }
span { border-color: rgb(255,68,83); }
td.TdClassName
{
border-color: #FF4453;
}
.TagClassName
{
border-color: #FF4453;
}
</style>