Shades of Radical Red #FF2453
Tints of Radical Red #FF2453
RGB
CMYK
RGB Variations
Color information
#FF2453 (or 0xFF2453) is known color: Radical Red. HEX triplet: FF, 24 and 53. RGB value is (255,36,83). Sum of RGB (Red+Green+Blue) = 255+36+83=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2453 is #00DBAC. Grayscale: #6A6A6A. Windows color (decimal): -56237 or 5448959. OLE color: 5448959.
HSL color Cylindrical-coordinate representation of color #FF2453: hue angle of 347.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2453 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 83 | - |
| CMYK | 0 | 0.86 | 0.67 | 0 |
| HSL | 347.12º | 1% | 0.57% | - |
| HSV(B) | 347.12º | 0.86% | 1% | - |
| XYZ | 43.43 | 23.15 | 10.36 | - |
| YUV | 106.84 | 114.55 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 83 | 0 | 0.86 | 0.67 | 0 | 347.12 | 1 | 0.57 |
| Hex | FF | 24 | 53 | 0 | 56 | 43 | 0 | 15B | 64 | 39 |
| Octal | 377 | 44 | 123 | 0 | 126 | 103 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100100 | 1010011 | 0 | 1010110 | 1000011 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2453
Complementary color
Monochromatic Colors of #FF2453
Black with #FF2453
Text Example
Text Example
White with #FF2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2453; }
p { color: rgb(255,36,83); }
H1.HeaderClassName
{
color: #FF2453;
}
.AnyTagClassName
{
color: #FF2453;
}
</style>
background-color css
<style>
a { background-color: #FF2453; }
a { background-color: rgb(255,36,83); }
div.DivClassName
{
background-color: #FF2453;
}
.BgClassName
{
background-color: #FF2453;
}
</style>
border-color css
<style>
span { border-color: #FF2453; }
span { border-color: rgb(255,36,83); }
td.TdClassName
{
border-color: #FF2453;
}
.TagClassName
{
border-color: #FF2453;
}
</style>