Shades of Radical Red #FF3849
Tints of Radical Red #FF3849
RGB
CMYK
RGB Variations
Color information
#FF3849 (or 0xFF3849) is known color: Radical Red. HEX triplet: FF, 38 and 49. RGB value is (255,56,73). Sum of RGB (Red+Green+Blue) = 255+56+73=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3849 is #00C7B6. Grayscale: #757575. Windows color (decimal): -51127 or 4798719. OLE color: 4798719.
HSL color Cylindrical-coordinate representation of color #FF3849: hue angle of 354.87º 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 #FF3849 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0 |
| HSL | 354.87º | 1% | 0.61% | - |
| HSV(B) | 354.87º | 0.78% | 1% | - |
| XYZ | 43.86 | 24.57 | 8.73 | - |
| YUV | 117.44 | 102.93 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 73 | 0 | 0.78 | 0.71 | 0 | 354.87 | 1 | 0.61 |
| Hex | FF | 38 | 49 | 0 | 4E | 47 | 0 | 163 | 64 | 3D |
| Octal | 377 | 70 | 111 | 0 | 116 | 107 | 0 | 543 | 144 | 75 |
| Binary | 11111111 | 111000 | 1001001 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100100 | 111101 |
Color Harmonies of #FF3849
Complementary color
Monochromatic Colors of #FF3849
Black with #FF3849
Text Example
Text Example
White with #FF3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3849; }
p { color: rgb(255,56,73); }
H1.HeaderClassName
{
color: #FF3849;
}
.AnyTagClassName
{
color: #FF3849;
}
</style>
background-color css
<style>
a { background-color: #FF3849; }
a { background-color: rgb(255,56,73); }
div.DivClassName
{
background-color: #FF3849;
}
.BgClassName
{
background-color: #FF3849;
}
</style>
border-color css
<style>
span { border-color: #FF3849; }
span { border-color: rgb(255,56,73); }
td.TdClassName
{
border-color: #FF3849;
}
.TagClassName
{
border-color: #FF3849;
}
</style>