Shades of Radical Red #FD3844
Tints of Radical Red #FD3844
RGB
CMYK
RGB Variations
Color information
#FD3844 (or 0xFD3844) is known color: Radical Red. HEX triplet: FD, 38 and 44. RGB value is (253,56,68). Sum of RGB (Red+Green+Blue) = 253+56+68=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3844 is #02C7BB. Grayscale: #747474. Windows color (decimal): -182204 or 4471037. OLE color: 4471037.
HSL color Cylindrical-coordinate representation of color #FD3844: hue angle of 356.35º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD3844 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 68 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.01 |
| HSL | 356.35º | 0.98% | 0.61% | - |
| HSV(B) | 356.35º | 0.78% | 0.99% | - |
| XYZ | 42.97 | 24.13 | 7.86 | - |
| YUV | 116.27 | 100.77 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 68 | 0 | 0.78 | 0.73 | 0.01 | 356.35 | 0.98 | 0.61 |
| Hex | FD | 38 | 44 | 0 | 4E | 49 | 1 | 164 | 62 | 3D |
| Octal | 375 | 70 | 104 | 0 | 116 | 111 | 1 | 544 | 142 | 75 |
| Binary | 11111101 | 111000 | 1000100 | 0 | 1001110 | 1001001 | 1 | 101100100 | 1100010 | 111101 |
Color Harmonies of #FD3844
Complementary color
Monochromatic Colors of #FD3844
Black with #FD3844
Text Example
Text Example
White with #FD3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3844; }
p { color: rgb(253,56,68); }
H1.HeaderClassName
{
color: #FD3844;
}
.AnyTagClassName
{
color: #FD3844;
}
</style>
background-color css
<style>
a { background-color: #FD3844; }
a { background-color: rgb(253,56,68); }
div.DivClassName
{
background-color: #FD3844;
}
.BgClassName
{
background-color: #FD3844;
}
</style>
border-color css
<style>
span { border-color: #FD3844; }
span { border-color: rgb(253,56,68); }
td.TdClassName
{
border-color: #FD3844;
}
.TagClassName
{
border-color: #FD3844;
}
</style>