Shades of Radical Red #FF235B
Tints of Radical Red #FF235B
RGB
CMYK
RGB Variations
Color information
#FF235B (or 0xFF235B) is known color: Radical Red. HEX triplet: FF, 23 and 5B. RGB value is (255,35,91). Sum of RGB (Red+Green+Blue) = 255+35+91=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF235B is #00DCA4. Grayscale: #6B6B6B. Windows color (decimal): -56485 or 5972991. OLE color: 5972991.
HSL color Cylindrical-coordinate representation of color #FF235B: hue angle of 344.73º 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 #FF235B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 91 | - |
| CMYK | 0 | 0.86 | 0.64 | 0 |
| HSL | 344.73º | 1% | 0.57% | - |
| HSV(B) | 344.73º | 0.86% | 1% | - |
| XYZ | 43.73 | 23.22 | 12.07 | - |
| YUV | 107.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 91 | 0 | 0.86 | 0.64 | 0 | 344.73 | 1 | 0.57 |
| Hex | FF | 23 | 5B | 0 | 56 | 40 | 0 | 159 | 64 | 39 |
| Octal | 377 | 43 | 133 | 0 | 126 | 100 | 0 | 531 | 144 | 71 |
| Binary | 11111111 | 100011 | 1011011 | 0 | 1010110 | 1000000 | 0 | 101011001 | 1100100 | 111001 |
Color Harmonies of #FF235B
Complementary color
Monochromatic Colors of #FF235B
Black with #FF235B
Text Example
Text Example
White with #FF235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF235B; }
p { color: rgb(255,35,91); }
H1.HeaderClassName
{
color: #FF235B;
}
.AnyTagClassName
{
color: #FF235B;
}
</style>
background-color css
<style>
a { background-color: #FF235B; }
a { background-color: rgb(255,35,91); }
div.DivClassName
{
background-color: #FF235B;
}
.BgClassName
{
background-color: #FF235B;
}
</style>
border-color css
<style>
span { border-color: #FF235B; }
span { border-color: rgb(255,35,91); }
td.TdClassName
{
border-color: #FF235B;
}
.TagClassName
{
border-color: #FF235B;
}
</style>