Shades of Radical Red #FF3741
Tints of Radical Red #FF3741
RGB
CMYK
RGB Variations
Color information
#FF3741 (or 0xFF3741) is known color: Radical Red. HEX triplet: FF, 37 and 41. RGB value is (255,55,65). Sum of RGB (Red+Green+Blue) = 255+55+65=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3741 is #00C8BE. Grayscale: #747474. Windows color (decimal): -51391 or 4274175. OLE color: 4274175.
HSL color Cylindrical-coordinate representation of color #FF3741: hue angle of 357º 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 #FF3741 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 65 | - |
| CMYK | 0 | 0.78 | 0.75 | 0 |
| HSL | 357º | 1% | 0.61% | - |
| HSV(B) | 357º | 0.78% | 1% | - |
| XYZ | 43.56 | 24.37 | 7.41 | - |
| YUV | 115.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 65 | 0 | 0.78 | 0.75 | 0 | 357 | 1 | 0.61 |
| Hex | FF | 37 | 41 | 0 | 4E | 4B | 0 | 165 | 64 | 3D |
| Octal | 377 | 67 | 101 | 0 | 116 | 113 | 0 | 545 | 144 | 75 |
| Binary | 11111111 | 110111 | 1000001 | 0 | 1001110 | 1001011 | 0 | 101100101 | 1100100 | 111101 |
Color Harmonies of #FF3741
Complementary color
Monochromatic Colors of #FF3741
Black with #FF3741
Text Example
Text Example
White with #FF3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3741; }
p { color: rgb(255,55,65); }
H1.HeaderClassName
{
color: #FF3741;
}
.AnyTagClassName
{
color: #FF3741;
}
</style>
background-color css
<style>
a { background-color: #FF3741; }
a { background-color: rgb(255,55,65); }
div.DivClassName
{
background-color: #FF3741;
}
.BgClassName
{
background-color: #FF3741;
}
</style>
border-color css
<style>
span { border-color: #FF3741; }
span { border-color: rgb(255,55,65); }
td.TdClassName
{
border-color: #FF3741;
}
.TagClassName
{
border-color: #FF3741;
}
</style>