Shades of Radical Red #FF3872
Tints of Radical Red #FF3872
RGB
CMYK
RGB Variations
Color information
#FF3872 (or 0xFF3872) is known color: Radical Red. HEX triplet: FF, 38 and 72. RGB value is (255,56,114). Sum of RGB (Red+Green+Blue) = 255+56+114=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3872 is #00C78D. Grayscale: #7A7A7A. Windows color (decimal): -51086 or 7485695. OLE color: 7485695.
HSL color Cylindrical-coordinate representation of color #FF3872: hue angle of 342.51º 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 #FF3872 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 114 | - |
| CMYK | 0 | 0.78 | 0.55 | 0 |
| HSL | 342.51º | 1% | 0.61% | - |
| HSV(B) | 342.51º | 0.78% | 1% | - |
| XYZ | 45.69 | 25.3 | 18.4 | - |
| YUV | 122.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 114 | 0 | 0.78 | 0.55 | 0 | 342.51 | 1 | 0.61 |
| Hex | FF | 38 | 72 | 0 | 4E | 37 | 0 | 157 | 64 | 3D |
| Octal | 377 | 70 | 162 | 0 | 116 | 67 | 0 | 527 | 144 | 75 |
| Binary | 11111111 | 111000 | 1110010 | 0 | 1001110 | 110111 | 0 | 101010111 | 1100100 | 111101 |
Color Harmonies of #FF3872
Complementary color
Monochromatic Colors of #FF3872
Black with #FF3872
Text Example
Text Example
White with #FF3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3872; }
p { color: rgb(255,56,114); }
H1.HeaderClassName
{
color: #FF3872;
}
.AnyTagClassName
{
color: #FF3872;
}
</style>
background-color css
<style>
a { background-color: #FF3872; }
a { background-color: rgb(255,56,114); }
div.DivClassName
{
background-color: #FF3872;
}
.BgClassName
{
background-color: #FF3872;
}
</style>
border-color css
<style>
span { border-color: #FF3872; }
span { border-color: rgb(255,56,114); }
td.TdClassName
{
border-color: #FF3872;
}
.TagClassName
{
border-color: #FF3872;
}
</style>