Shades of Radical Red #FF3875
Tints of Radical Red #FF3875
RGB
CMYK
RGB Variations
Color information
#FF3875 (or 0xFF3875) is known color: Radical Red. HEX triplet: FF, 38 and 75. RGB value is (255,56,117). Sum of RGB (Red+Green+Blue) = 255+56+117=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3875 is #00C78A. Grayscale: #7A7A7A. Windows color (decimal): -51083 or 7682303. OLE color: 7682303.
HSL color Cylindrical-coordinate representation of color #FF3875: hue angle of 341.61º 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 #FF3875 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 117 | - |
| CMYK | 0 | 0.78 | 0.54 | 0 |
| HSL | 341.61º | 1% | 0.61% | - |
| HSV(B) | 341.61º | 0.78% | 1% | - |
| XYZ | 45.87 | 25.37 | 19.31 | - |
| YUV | 122.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 117 | 0 | 0.78 | 0.54 | 0 | 341.61 | 1 | 0.61 |
| Hex | FF | 38 | 75 | 0 | 4E | 36 | 0 | 156 | 64 | 3D |
| Octal | 377 | 70 | 165 | 0 | 116 | 66 | 0 | 526 | 144 | 75 |
| Binary | 11111111 | 111000 | 1110101 | 0 | 1001110 | 110110 | 0 | 101010110 | 1100100 | 111101 |
Color Harmonies of #FF3875
Complementary color
Monochromatic Colors of #FF3875
Black with #FF3875
Text Example
Text Example
White with #FF3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3875; }
p { color: rgb(255,56,117); }
H1.HeaderClassName
{
color: #FF3875;
}
.AnyTagClassName
{
color: #FF3875;
}
</style>
background-color css
<style>
a { background-color: #FF3875; }
a { background-color: rgb(255,56,117); }
div.DivClassName
{
background-color: #FF3875;
}
.BgClassName
{
background-color: #FF3875;
}
</style>
border-color css
<style>
span { border-color: #FF3875; }
span { border-color: rgb(255,56,117); }
td.TdClassName
{
border-color: #FF3875;
}
.TagClassName
{
border-color: #FF3875;
}
</style>