Shades of Radical Red #FF3869
Tints of Radical Red #FF3869
RGB
CMYK
RGB Variations
Color information
#FF3869 (or 0xFF3869) is known color: Radical Red. HEX triplet: FF, 38 and 69. RGB value is (255,56,105). Sum of RGB (Red+Green+Blue) = 255+56+105=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3869 is #00C796. Grayscale: #797979. Windows color (decimal): -51095 or 6895871. OLE color: 6895871.
HSL color Cylindrical-coordinate representation of color #FF3869: hue angle of 345.23º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3869 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 105 | - |
| CMYK | 0 | 0.78 | 0.59 | 0 |
| HSL | 345.23º | 1% | 0.61% | - |
| HSV(B) | 345.23º | 0.78% | 1% | - |
| XYZ | 45.2 | 25.11 | 15.83 | - |
| YUV | 121.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 105 | 0 | 0.78 | 0.59 | 0 | 345.23 | 1 | 0.61 |
| Hex | FF | 38 | 69 | 0 | 4E | 3B | 0 | 159 | 64 | 3D |
| Octal | 377 | 70 | 151 | 0 | 116 | 73 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101001 | 0 | 1001110 | 111011 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF3869
Complementary color
Monochromatic Colors of #FF3869
Black with #FF3869
Text Example
Text Example
White with #FF3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3869; }
p { color: rgb(255,56,105); }
H1.HeaderClassName
{
color: #FF3869;
}
.AnyTagClassName
{
color: #FF3869;
}
</style>
background-color css
<style>
a { background-color: #FF3869; }
a { background-color: rgb(255,56,105); }
div.DivClassName
{
background-color: #FF3869;
}
.BgClassName
{
background-color: #FF3869;
}
</style>
border-color css
<style>
span { border-color: #FF3869; }
span { border-color: rgb(255,56,105); }
td.TdClassName
{
border-color: #FF3869;
}
.TagClassName
{
border-color: #FF3869;
}
</style>