Shades of Radical Red #FF2369
Tints of Radical Red #FF2369
RGB
CMYK
RGB Variations
Color information
#FF2369 (or 0xFF2369) is known color: Radical Red. HEX triplet: FF, 23 and 69. RGB value is (255,35,105). Sum of RGB (Red+Green+Blue) = 255+35+105=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2369 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2369 is #00DC96. Grayscale: #6C6C6C. Windows color (decimal): -56471 or 6890495. OLE color: 6890495.
HSL color Cylindrical-coordinate representation of color #FF2369: hue angle of 340.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 #FF2369 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 105 | - |
| CMYK | 0 | 0.86 | 0.59 | 0 |
| HSL | 340.91º | 1% | 0.57% | - |
| HSV(B) | 340.91º | 0.86% | 1% | - |
| XYZ | 44.39 | 23.48 | 15.56 | - |
| YUV | 108.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 105 | 0 | 0.86 | 0.59 | 0 | 340.91 | 1 | 0.57 |
| Hex | FF | 23 | 69 | 0 | 56 | 3B | 0 | 155 | 64 | 39 |
| Octal | 377 | 43 | 151 | 0 | 126 | 73 | 0 | 525 | 144 | 71 |
| Binary | 11111111 | 100011 | 1101001 | 0 | 1010110 | 111011 | 0 | 101010101 | 1100100 | 111001 |
Color Harmonies of #FF2369
Complementary color
Monochromatic Colors of #FF2369
Black with #FF2369
Text Example
Text Example
White with #FF2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2369; }
p { color: rgb(255,35,105); }
H1.HeaderClassName
{
color: #FF2369;
}
.AnyTagClassName
{
color: #FF2369;
}
</style>
background-color css
<style>
a { background-color: #FF2369; }
a { background-color: rgb(255,35,105); }
div.DivClassName
{
background-color: #FF2369;
}
.BgClassName
{
background-color: #FF2369;
}
</style>
border-color css
<style>
span { border-color: #FF2369; }
span { border-color: rgb(255,35,105); }
td.TdClassName
{
border-color: #FF2369;
}
.TagClassName
{
border-color: #FF2369;
}
</style>