Shades of Radical Red #FF3768
Tints of Radical Red #FF3768
RGB
CMYK
RGB Variations
Color information
#FF3768 (or 0xFF3768) is known color: Radical Red. HEX triplet: FF, 37 and 68. RGB value is (255,55,104). Sum of RGB (Red+Green+Blue) = 255+55+104=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3768 is #00C897. Grayscale: #787878. Windows color (decimal): -51352 or 6830079. OLE color: 6830079.
HSL color Cylindrical-coordinate representation of color #FF3768: hue angle of 345.3º 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 #FF3768 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 104 | - |
| CMYK | 0 | 0.78 | 0.59 | 0 |
| HSL | 345.3º | 1% | 0.61% | - |
| HSV(B) | 345.3º | 0.78% | 1% | - |
| XYZ | 45.1 | 24.99 | 15.54 | - |
| YUV | 120.39 | 118.76 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 104 | 0 | 0.78 | 0.59 | 0 | 345.3 | 1 | 0.61 |
| Hex | FF | 37 | 68 | 0 | 4E | 3B | 0 | 159 | 64 | 3D |
| Octal | 377 | 67 | 150 | 0 | 116 | 73 | 0 | 531 | 144 | 75 |
| Binary | 11111111 | 110111 | 1101000 | 0 | 1001110 | 111011 | 0 | 101011001 | 1100100 | 111101 |
Color Harmonies of #FF3768
Complementary color
Monochromatic Colors of #FF3768
Black with #FF3768
Text Example
Text Example
White with #FF3768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3768; }
p { color: rgb(255,55,104); }
H1.HeaderClassName
{
color: #FF3768;
}
.AnyTagClassName
{
color: #FF3768;
}
</style>
background-color css
<style>
a { background-color: #FF3768; }
a { background-color: rgb(255,55,104); }
div.DivClassName
{
background-color: #FF3768;
}
.BgClassName
{
background-color: #FF3768;
}
</style>
border-color css
<style>
span { border-color: #FF3768; }
span { border-color: rgb(255,55,104); }
td.TdClassName
{
border-color: #FF3768;
}
.TagClassName
{
border-color: #FF3768;
}
</style>