Shades of Radical Red #FD4356
Tints of Radical Red #FD4356
RGB
CMYK
RGB Variations
Color information
#FD4356 (or 0xFD4356) is known color: Radical Red. HEX triplet: FD, 43 and 56. RGB value is (253,67,86). Sum of RGB (Red+Green+Blue) = 253+67+86=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4356 is #02BCA9. Grayscale: #7C7C7C. Windows color (decimal): -179370 or 5653501. OLE color: 5653501.
HSL color Cylindrical-coordinate representation of color #FD4356: hue angle of 353.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4356 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.01 |
| HSL | 353.87º | 0.98% | 0.63% | - |
| HSV(B) | 353.87º | 0.74% | 0.99% | - |
| XYZ | 44.19 | 25.57 | 11.41 | - |
| YUV | 124.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 86 | 0 | 0.74 | 0.66 | 0.01 | 353.87 | 0.98 | 0.63 |
| Hex | FD | 43 | 56 | 0 | 4A | 42 | 1 | 162 | 62 | 3F |
| Octal | 375 | 103 | 126 | 0 | 112 | 102 | 1 | 542 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1010110 | 0 | 1001010 | 1000010 | 1 | 101100010 | 1100010 | 111111 |
Color Harmonies of #FD4356
Complementary color
Monochromatic Colors of #FD4356
Black with #FD4356
Text Example
Text Example
White with #FD4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4356; }
p { color: rgb(253,67,86); }
H1.HeaderClassName
{
color: #FD4356;
}
.AnyTagClassName
{
color: #FD4356;
}
</style>
background-color css
<style>
a { background-color: #FD4356; }
a { background-color: rgb(253,67,86); }
div.DivClassName
{
background-color: #FD4356;
}
.BgClassName
{
background-color: #FD4356;
}
</style>
border-color css
<style>
span { border-color: #FD4356; }
span { border-color: rgb(253,67,86); }
td.TdClassName
{
border-color: #FD4356;
}
.TagClassName
{
border-color: #FD4356;
}
</style>