Shades of Radical Red #FF2353
Tints of Radical Red #FF2353
RGB
CMYK
RGB Variations
Color information
#FF2353 (or 0xFF2353) is known color: Radical Red. HEX triplet: FF, 23 and 53. RGB value is (255,35,83). Sum of RGB (Red+Green+Blue) = 255+35+83=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2353 is #00DCAC. Grayscale: #6A6A6A. Windows color (decimal): -56493 or 5448703. OLE color: 5448703.
HSL color Cylindrical-coordinate representation of color #FF2353: hue angle of 346.91º 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 #FF2353 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 83 | - |
| CMYK | 0 | 0.86 | 0.67 | 0 |
| HSL | 346.91º | 1% | 0.57% | - |
| HSV(B) | 346.91º | 0.86% | 1% | - |
| XYZ | 43.4 | 23.09 | 10.35 | - |
| YUV | 106.25 | 114.89 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 83 | 0 | 0.86 | 0.67 | 0 | 346.91 | 1 | 0.57 |
| Hex | FF | 23 | 53 | 0 | 56 | 43 | 0 | 15B | 64 | 39 |
| Octal | 377 | 43 | 123 | 0 | 126 | 103 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100011 | 1010011 | 0 | 1010110 | 1000011 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2353
Complementary color
Monochromatic Colors of #FF2353
Black with #FF2353
Text Example
Text Example
White with #FF2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2353; }
p { color: rgb(255,35,83); }
H1.HeaderClassName
{
color: #FF2353;
}
.AnyTagClassName
{
color: #FF2353;
}
</style>
background-color css
<style>
a { background-color: #FF2353; }
a { background-color: rgb(255,35,83); }
div.DivClassName
{
background-color: #FF2353;
}
.BgClassName
{
background-color: #FF2353;
}
</style>
border-color css
<style>
span { border-color: #FF2353; }
span { border-color: rgb(255,35,83); }
td.TdClassName
{
border-color: #FF2353;
}
.TagClassName
{
border-color: #FF2353;
}
</style>