Shades of Radical Red #FF3841
Tints of Radical Red #FF3841
RGB
CMYK
RGB Variations
Color information
#FF3841 (or 0xFF3841) is known color: Radical Red. HEX triplet: FF, 38 and 41. RGB value is (255,56,65). Sum of RGB (Red+Green+Blue) = 255+56+65=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3841 is #00C7BE. Grayscale: #747474. Windows color (decimal): -51135 or 4274431. OLE color: 4274431.
HSL color Cylindrical-coordinate representation of color #FF3841: hue angle of 357.29º 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 #FF3841 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 65 | - |
| CMYK | 0 | 0.78 | 0.75 | 0 |
| HSL | 357.29º | 1% | 0.61% | - |
| HSV(B) | 357.29º | 0.78% | 1% | - |
| XYZ | 43.61 | 24.47 | 7.43 | - |
| YUV | 116.53 | 98.93 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 65 | 0 | 0.78 | 0.75 | 0 | 357.29 | 1 | 0.61 |
| Hex | FF | 38 | 41 | 0 | 4E | 4B | 0 | 165 | 64 | 3D |
| Octal | 377 | 70 | 101 | 0 | 116 | 113 | 0 | 545 | 144 | 75 |
| Binary | 11111111 | 111000 | 1000001 | 0 | 1001110 | 1001011 | 0 | 101100101 | 1100100 | 111101 |
Color Harmonies of #FF3841
Complementary color
Monochromatic Colors of #FF3841
Black with #FF3841
Text Example
Text Example
White with #FF3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3841; }
p { color: rgb(255,56,65); }
H1.HeaderClassName
{
color: #FF3841;
}
.AnyTagClassName
{
color: #FF3841;
}
</style>
background-color css
<style>
a { background-color: #FF3841; }
a { background-color: rgb(255,56,65); }
div.DivClassName
{
background-color: #FF3841;
}
.BgClassName
{
background-color: #FF3841;
}
</style>
border-color css
<style>
span { border-color: #FF3841; }
span { border-color: rgb(255,56,65); }
td.TdClassName
{
border-color: #FF3841;
}
.TagClassName
{
border-color: #FF3841;
}
</style>