Shades of Radical Red #FF3767
Tints of Radical Red #FF3767
RGB
CMYK
RGB Variations
Color information
#FF3767 (or 0xFF3767) is known color: Radical Red. HEX triplet: FF, 37 and 67. RGB value is (255,55,103). Sum of RGB (Red+Green+Blue) = 255+55+103=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3767 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3767 is #00C898. Grayscale: #787878. Windows color (decimal): -51353 or 6764543. OLE color: 6764543.
HSL color Cylindrical-coordinate representation of color #FF3767: hue angle of 345.6º 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 #FF3767 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 103 | - |
| CMYK | 0 | 0.78 | 0.60 | 0 |
| HSL | 345.6º | 1% | 0.61% | - |
| HSV(B) | 345.6º | 0.78% | 1% | - |
| XYZ | 45.05 | 24.97 | 15.28 | - |
| YUV | 120.27 | 118.26 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 103 | 0 | 0.78 | 0.60 | 0 | 345.6 | 1 | 0.61 |
| Hex | FF | 37 | 67 | 0 | 4E | 3C | 0 | 15A | 64 | 3D |
| Octal | 377 | 67 | 147 | 0 | 116 | 74 | 0 | 532 | 144 | 75 |
| Binary | 11111111 | 110111 | 1100111 | 0 | 1001110 | 111100 | 0 | 101011010 | 1100100 | 111101 |
Color Harmonies of #FF3767
Complementary color
Monochromatic Colors of #FF3767
Black with #FF3767
Text Example
Text Example
White with #FF3767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3767; }
p { color: rgb(255,55,103); }
H1.HeaderClassName
{
color: #FF3767;
}
.AnyTagClassName
{
color: #FF3767;
}
</style>
background-color css
<style>
a { background-color: #FF3767; }
a { background-color: rgb(255,55,103); }
div.DivClassName
{
background-color: #FF3767;
}
.BgClassName
{
background-color: #FF3767;
}
</style>
border-color css
<style>
span { border-color: #FF3767; }
span { border-color: rgb(255,55,103); }
td.TdClassName
{
border-color: #FF3767;
}
.TagClassName
{
border-color: #FF3767;
}
</style>