Shades of Radical Red #FF3873
Tints of Radical Red #FF3873
RGB
CMYK
RGB Variations
Color information
#FF3873 (or 0xFF3873) is known color: Radical Red. HEX triplet: FF, 38 and 73. RGB value is (255,56,115). Sum of RGB (Red+Green+Blue) = 255+56+115=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3873 is #00C78C. Grayscale: #7A7A7A. Windows color (decimal): -51085 or 7551231. OLE color: 7551231.
HSL color Cylindrical-coordinate representation of color #FF3873: hue angle of 342.21º 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 #FF3873 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 115 | - |
| CMYK | 0 | 0.78 | 0.55 | 0 |
| HSL | 342.21º | 1% | 0.61% | - |
| HSV(B) | 342.21º | 0.78% | 1% | - |
| XYZ | 45.75 | 25.33 | 18.7 | - |
| YUV | 122.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 115 | 0 | 0.78 | 0.55 | 0 | 342.21 | 1 | 0.61 |
| Hex | FF | 38 | 73 | 0 | 4E | 37 | 0 | 156 | 64 | 3D |
| Octal | 377 | 70 | 163 | 0 | 116 | 67 | 0 | 526 | 144 | 75 |
| Binary | 11111111 | 111000 | 1110011 | 0 | 1001110 | 110111 | 0 | 101010110 | 1100100 | 111101 |
Color Harmonies of #FF3873
Complementary color
Monochromatic Colors of #FF3873
Black with #FF3873
Text Example
Text Example
White with #FF3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3873; }
p { color: rgb(255,56,115); }
H1.HeaderClassName
{
color: #FF3873;
}
.AnyTagClassName
{
color: #FF3873;
}
</style>
background-color css
<style>
a { background-color: #FF3873; }
a { background-color: rgb(255,56,115); }
div.DivClassName
{
background-color: #FF3873;
}
.BgClassName
{
background-color: #FF3873;
}
</style>
border-color css
<style>
span { border-color: #FF3873; }
span { border-color: rgb(255,56,115); }
td.TdClassName
{
border-color: #FF3873;
}
.TagClassName
{
border-color: #FF3873;
}
</style>