Shades of Radical Red #FF376B
Tints of Radical Red #FF376B
RGB
CMYK
RGB Variations
Color information
#FF376B (or 0xFF376B) is known color: Radical Red. HEX triplet: FF, 37 and 6B. RGB value is (255,55,107). Sum of RGB (Red+Green+Blue) = 255+55+107=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF376B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF376B is #00C894. Grayscale: #787878. Windows color (decimal): -51349 or 7026687. OLE color: 7026687.
HSL color Cylindrical-coordinate representation of color #FF376B: hue angle of 344.4º 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 #FF376B is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 107 | - |
| CMYK | 0 | 0.78 | 0.58 | 0 |
| HSL | 344.4º | 1% | 0.61% | - |
| HSV(B) | 344.4º | 0.78% | 1% | - |
| XYZ | 45.26 | 25.05 | 16.36 | - |
| YUV | 120.73 | 120.26 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 107 | 0 | 0.78 | 0.58 | 0 | 344.4 | 1 | 0.61 |
| Hex | FF | 37 | 6B | 0 | 4E | 3A | 0 | 158 | 64 | 3D |
| Octal | 377 | 67 | 153 | 0 | 116 | 72 | 0 | 530 | 144 | 75 |
| Binary | 11111111 | 110111 | 1101011 | 0 | 1001110 | 111010 | 0 | 101011000 | 1100100 | 111101 |
Color Harmonies of #FF376B
Complementary color
Monochromatic Colors of #FF376B
Black with #FF376B
Text Example
Text Example
White with #FF376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF376B; }
p { color: rgb(255,55,107); }
H1.HeaderClassName
{
color: #FF376B;
}
.AnyTagClassName
{
color: #FF376B;
}
</style>
background-color css
<style>
a { background-color: #FF376B; }
a { background-color: rgb(255,55,107); }
div.DivClassName
{
background-color: #FF376B;
}
.BgClassName
{
background-color: #FF376B;
}
</style>
border-color css
<style>
span { border-color: #FF376B; }
span { border-color: rgb(255,55,107); }
td.TdClassName
{
border-color: #FF376B;
}
.TagClassName
{
border-color: #FF376B;
}
</style>