Shades of Radical Red #FD3949
Tints of Radical Red #FD3949
RGB
CMYK
RGB Variations
Color information
#FD3949 (or 0xFD3949) is known color: Radical Red. HEX triplet: FD, 39 and 49. RGB value is (253,57,73). Sum of RGB (Red+Green+Blue) = 253+57+73=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3949 is #02C6B6. Grayscale: #757575. Windows color (decimal): -181943 or 4798973. OLE color: 4798973.
HSL color Cylindrical-coordinate representation of color #FD3949: hue angle of 355.1º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3949 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.01 |
| HSL | 355.1º | 0.98% | 0.61% | - |
| HSV(B) | 355.1º | 0.77% | 0.99% | - |
| XYZ | 43.17 | 24.29 | 8.72 | - |
| YUV | 117.43 | 102.93 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 73 | 0 | 0.77 | 0.71 | 0.01 | 355.1 | 0.98 | 0.61 |
| Hex | FD | 39 | 49 | 0 | 4D | 47 | 1 | 163 | 62 | 3D |
| Octal | 375 | 71 | 111 | 0 | 115 | 107 | 1 | 543 | 142 | 75 |
| Binary | 11111101 | 111001 | 1001001 | 0 | 1001101 | 1000111 | 1 | 101100011 | 1100010 | 111101 |
Color Harmonies of #FD3949
Complementary color
Monochromatic Colors of #FD3949
Black with #FD3949
Text Example
Text Example
White with #FD3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3949; }
p { color: rgb(253,57,73); }
H1.HeaderClassName
{
color: #FD3949;
}
.AnyTagClassName
{
color: #FD3949;
}
</style>
background-color css
<style>
a { background-color: #FD3949; }
a { background-color: rgb(253,57,73); }
div.DivClassName
{
background-color: #FD3949;
}
.BgClassName
{
background-color: #FD3949;
}
</style>
border-color css
<style>
span { border-color: #FD3949; }
span { border-color: rgb(253,57,73); }
td.TdClassName
{
border-color: #FD3949;
}
.TagClassName
{
border-color: #FD3949;
}
</style>