Shades of Radical Red #FF3341
Tints of Radical Red #FF3341
RGB
CMYK
RGB Variations
Color information
#FF3341 (or 0xFF3341) is known color: Radical Red. HEX triplet: FF, 33 and 41. RGB value is (255,51,65). Sum of RGB (Red+Green+Blue) = 255+51+65=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3341 is #00CCBE. Grayscale: #717171. Windows color (decimal): -52415 or 4273151. OLE color: 4273151.
HSL color Cylindrical-coordinate representation of color #FF3341: hue angle of 355.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3341 is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 65 | - |
| CMYK | 0 | 0.8 | 0.75 | 0 |
| HSL | 355.88º | 1% | 0.6% | - |
| HSV(B) | 355.88º | 0.8% | 1% | - |
| XYZ | 43.38 | 24.01 | 7.35 | - |
| YUV | 113.59 | 100.59 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 65 | 0 | 0.8 | 0.75 | 0 | 355.88 | 1 | 0.6 |
| Hex | FF | 33 | 41 | 0 | 50 | 4B | 0 | 164 | 64 | 3C |
| Octal | 377 | 63 | 101 | 0 | 120 | 113 | 0 | 544 | 144 | 74 |
| Binary | 11111111 | 110011 | 1000001 | 0 | 1010000 | 1001011 | 0 | 101100100 | 1100100 | 111100 |
Color Harmonies of #FF3341
Complementary color
Monochromatic Colors of #FF3341
Black with #FF3341
Text Example
Text Example
White with #FF3341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3341; }
p { color: rgb(255,51,65); }
H1.HeaderClassName
{
color: #FF3341;
}
.AnyTagClassName
{
color: #FF3341;
}
</style>
background-color css
<style>
a { background-color: #FF3341; }
a { background-color: rgb(255,51,65); }
div.DivClassName
{
background-color: #FF3341;
}
.BgClassName
{
background-color: #FF3341;
}
</style>
border-color css
<style>
span { border-color: #FF3341; }
span { border-color: rgb(255,51,65); }
td.TdClassName
{
border-color: #FF3341;
}
.TagClassName
{
border-color: #FF3341;
}
</style>