Shades of Radical Red #FD3144
Tints of Radical Red #FD3144
RGB
CMYK
RGB Variations
Color information
#FD3144 (or 0xFD3144) is known color: Radical Red. HEX triplet: FD, 31 and 44. RGB value is (253,49,68). Sum of RGB (Red+Green+Blue) = 253+49+68=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3144 is #02CEBB. Grayscale: #707070. Windows color (decimal): -183996 or 4469245. OLE color: 4469245.
HSL color Cylindrical-coordinate representation of color #FD3144: hue angle of 354.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3144 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 68 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.01 |
| HSL | 354.41º | 0.98% | 0.59% | - |
| HSV(B) | 354.41º | 0.81% | 0.99% | - |
| XYZ | 42.65 | 23.5 | 7.76 | - |
| YUV | 112.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 68 | 0 | 0.81 | 0.73 | 0.01 | 354.41 | 0.98 | 0.59 |
| Hex | FD | 31 | 44 | 0 | 51 | 49 | 1 | 162 | 62 | 3B |
| Octal | 375 | 61 | 104 | 0 | 121 | 111 | 1 | 542 | 142 | 73 |
| Binary | 11111101 | 110001 | 1000100 | 0 | 1010001 | 1001001 | 1 | 101100010 | 1100010 | 111011 |
Color Harmonies of #FD3144
Complementary color
Monochromatic Colors of #FD3144
Black with #FD3144
Text Example
Text Example
White with #FD3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3144; }
p { color: rgb(253,49,68); }
H1.HeaderClassName
{
color: #FD3144;
}
.AnyTagClassName
{
color: #FD3144;
}
</style>
background-color css
<style>
a { background-color: #FD3144; }
a { background-color: rgb(253,49,68); }
div.DivClassName
{
background-color: #FD3144;
}
.BgClassName
{
background-color: #FD3144;
}
</style>
border-color css
<style>
span { border-color: #FD3144; }
span { border-color: rgb(253,49,68); }
td.TdClassName
{
border-color: #FD3144;
}
.TagClassName
{
border-color: #FD3144;
}
</style>