Shades of Radical Red #FF3867
Tints of Radical Red #FF3867
RGB
CMYK
RGB Variations
Color information
#FF3867 (or 0xFF3867) is known color: Radical Red. HEX triplet: FF, 38 and 67. RGB value is (255,56,103). Sum of RGB (Red+Green+Blue) = 255+56+103=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3867 is #00C798. Grayscale: #787878. Windows color (decimal): -51097 or 6764799. OLE color: 6764799.
HSL color Cylindrical-coordinate representation of color #FF3867: hue angle of 345.83º 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 #FF3867 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 103 | - |
| CMYK | 0 | 0.78 | 0.60 | 0 |
| HSL | 345.83º | 1% | 0.61% | - |
| HSV(B) | 345.83º | 0.78% | 1% | - |
| XYZ | 45.1 | 25.07 | 15.29 | - |
| YUV | 120.86 | 117.93 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 103 | 0 | 0.78 | 0.60 | 0 | 345.83 | 1 | 0.61 |
| Hex | FF | 38 | 67 | 0 | 4E | 3C | 0 | 15A | 64 | 3D |
| Octal | 377 | 70 | 147 | 0 | 116 | 74 | 0 | 532 | 144 | 75 |
| Binary | 11111111 | 111000 | 1100111 | 0 | 1001110 | 111100 | 0 | 101011010 | 1100100 | 111101 |
Color Harmonies of #FF3867
Complementary color
Monochromatic Colors of #FF3867
Black with #FF3867
Text Example
Text Example
White with #FF3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3867; }
p { color: rgb(255,56,103); }
H1.HeaderClassName
{
color: #FF3867;
}
.AnyTagClassName
{
color: #FF3867;
}
</style>
background-color css
<style>
a { background-color: #FF3867; }
a { background-color: rgb(255,56,103); }
div.DivClassName
{
background-color: #FF3867;
}
.BgClassName
{
background-color: #FF3867;
}
</style>
border-color css
<style>
span { border-color: #FF3867; }
span { border-color: rgb(255,56,103); }
td.TdClassName
{
border-color: #FF3867;
}
.TagClassName
{
border-color: #FF3867;
}
</style>