Shades of Radical Red #FF3764
Tints of Radical Red #FF3764
RGB
CMYK
RGB Variations
Color information
#FF3764 (or 0xFF3764) is known color: Radical Red. HEX triplet: FF, 37 and 64. RGB value is (255,55,100). Sum of RGB (Red+Green+Blue) = 255+55+100=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3764 is #00C89B. Grayscale: #777777. Windows color (decimal): -51356 or 6567935. OLE color: 6567935.
HSL color Cylindrical-coordinate representation of color #FF3764: hue angle of 346.5º 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 #FF3764 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 100 | - |
| CMYK | 0 | 0.78 | 0.61 | 0 |
| HSL | 346.5º | 1% | 0.61% | - |
| HSV(B) | 346.5º | 0.78% | 1% | - |
| XYZ | 44.91 | 24.91 | 14.5 | - |
| YUV | 119.93 | 116.76 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 100 | 0 | 0.78 | 0.61 | 0 | 346.5 | 1 | 0.61 |
| Hex | FF | 37 | 64 | 0 | 4E | 3D | 0 | 15A | 64 | 3D |
| Octal | 377 | 67 | 144 | 0 | 116 | 75 | 0 | 532 | 144 | 75 |
| Binary | 11111111 | 110111 | 1100100 | 0 | 1001110 | 111101 | 0 | 101011010 | 1100100 | 111101 |
Color Harmonies of #FF3764
Complementary color
Monochromatic Colors of #FF3764
Black with #FF3764
Text Example
Text Example
White with #FF3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3764; }
p { color: rgb(255,55,100); }
H1.HeaderClassName
{
color: #FF3764;
}
.AnyTagClassName
{
color: #FF3764;
}
</style>
background-color css
<style>
a { background-color: #FF3764; }
a { background-color: rgb(255,55,100); }
div.DivClassName
{
background-color: #FF3764;
}
.BgClassName
{
background-color: #FF3764;
}
</style>
border-color css
<style>
span { border-color: #FF3764; }
span { border-color: rgb(255,55,100); }
td.TdClassName
{
border-color: #FF3764;
}
.TagClassName
{
border-color: #FF3764;
}
</style>