Shades of Radical Red #FF3041
Tints of Radical Red #FF3041
RGB
CMYK
RGB Variations
Color information
#FF3041 (or 0xFF3041) is known color: Radical Red. HEX triplet: FF, 30 and 41. RGB value is (255,48,65). Sum of RGB (Red+Green+Blue) = 255+48+65=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3041 is #00CFBE. Grayscale: #6F6F6F. Windows color (decimal): -53183 or 4272383. OLE color: 4272383.
HSL color Cylindrical-coordinate representation of color #FF3041: hue angle of 355.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3041 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 65 | - |
| CMYK | 0 | 0.81 | 0.75 | 0 |
| HSL | 355.07º | 1% | 0.59% | - |
| HSV(B) | 355.07º | 0.81% | 1% | - |
| XYZ | 43.25 | 23.76 | 7.31 | - |
| YUV | 111.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 65 | 0 | 0.81 | 0.75 | 0 | 355.07 | 1 | 0.59 |
| Hex | FF | 30 | 41 | 0 | 51 | 4B | 0 | 163 | 64 | 3B |
| Octal | 377 | 60 | 101 | 0 | 121 | 113 | 0 | 543 | 144 | 73 |
| Binary | 11111111 | 110000 | 1000001 | 0 | 1010001 | 1001011 | 0 | 101100011 | 1100100 | 111011 |
Color Harmonies of #FF3041
Complementary color
Monochromatic Colors of #FF3041
Black with #FF3041
Text Example
Text Example
White with #FF3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3041; }
p { color: rgb(255,48,65); }
H1.HeaderClassName
{
color: #FF3041;
}
.AnyTagClassName
{
color: #FF3041;
}
</style>
background-color css
<style>
a { background-color: #FF3041; }
a { background-color: rgb(255,48,65); }
div.DivClassName
{
background-color: #FF3041;
}
.BgClassName
{
background-color: #FF3041;
}
</style>
border-color css
<style>
span { border-color: #FF3041; }
span { border-color: rgb(255,48,65); }
td.TdClassName
{
border-color: #FF3041;
}
.TagClassName
{
border-color: #FF3041;
}
</style>