Shades of Radical Red #FD3944
Tints of Radical Red #FD3944
RGB
CMYK
RGB Variations
Color information
#FD3944 (or 0xFD3944) is known color: Radical Red. HEX triplet: FD, 39 and 44. RGB value is (253,57,68). Sum of RGB (Red+Green+Blue) = 253+57+68=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3944 is #02C6BB. Grayscale: #757575. Windows color (decimal): -181948 or 4471293. OLE color: 4471293.
HSL color Cylindrical-coordinate representation of color #FD3944: hue angle of 356.63º 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 #FD3944 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 68 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.01 |
| HSL | 356.63º | 0.98% | 0.61% | - |
| HSV(B) | 356.63º | 0.77% | 0.99% | - |
| XYZ | 43.01 | 24.23 | 7.88 | - |
| YUV | 116.86 | 100.43 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 68 | 0 | 0.77 | 0.73 | 0.01 | 356.63 | 0.98 | 0.61 |
| Hex | FD | 39 | 44 | 0 | 4D | 49 | 1 | 165 | 62 | 3D |
| Octal | 375 | 71 | 104 | 0 | 115 | 111 | 1 | 545 | 142 | 75 |
| Binary | 11111101 | 111001 | 1000100 | 0 | 1001101 | 1001001 | 1 | 101100101 | 1100010 | 111101 |
Color Harmonies of #FD3944
Complementary color
Monochromatic Colors of #FD3944
Black with #FD3944
Text Example
Text Example
White with #FD3944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3944; }
p { color: rgb(253,57,68); }
H1.HeaderClassName
{
color: #FD3944;
}
.AnyTagClassName
{
color: #FD3944;
}
</style>
background-color css
<style>
a { background-color: #FD3944; }
a { background-color: rgb(253,57,68); }
div.DivClassName
{
background-color: #FD3944;
}
.BgClassName
{
background-color: #FD3944;
}
</style>
border-color css
<style>
span { border-color: #FD3944; }
span { border-color: rgb(253,57,68); }
td.TdClassName
{
border-color: #FD3944;
}
.TagClassName
{
border-color: #FD3944;
}
</style>