Shades of Radical Red #FD3C43
Tints of Radical Red #FD3C43
RGB
CMYK
RGB Variations
Color information
#FD3C43 (or 0xFD3C43) is known color: Radical Red. HEX triplet: FD, 3C and 43. RGB value is (253,60,67). Sum of RGB (Red+Green+Blue) = 253+60+67=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3C43 is #02C3BC. Grayscale: #767676. Windows color (decimal): -181181 or 4406525. OLE color: 4406525.
HSL color Cylindrical-coordinate representation of color #FD3C43: hue angle of 357.82º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C43 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 67 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.01 |
| HSL | 357.82º | 0.98% | 0.61% | - |
| HSV(B) | 357.82º | 0.76% | 0.99% | - |
| XYZ | 43.14 | 24.52 | 7.77 | - |
| YUV | 118.51 | 98.94 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 67 | 0 | 0.76 | 0.74 | 0.01 | 357.82 | 0.98 | 0.61 |
| Hex | FD | 3C | 43 | 0 | 4C | 4A | 1 | 166 | 62 | 3D |
| Octal | 375 | 74 | 103 | 0 | 114 | 112 | 1 | 546 | 142 | 75 |
| Binary | 11111101 | 111100 | 1000011 | 0 | 1001100 | 1001010 | 1 | 101100110 | 1100010 | 111101 |
Color Harmonies of #FD3C43
Complementary color
Monochromatic Colors of #FD3C43
Black with #FD3C43
Text Example
Text Example
White with #FD3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C43; }
p { color: rgb(253,60,67); }
H1.HeaderClassName
{
color: #FD3C43;
}
.AnyTagClassName
{
color: #FD3C43;
}
</style>
background-color css
<style>
a { background-color: #FD3C43; }
a { background-color: rgb(253,60,67); }
div.DivClassName
{
background-color: #FD3C43;
}
.BgClassName
{
background-color: #FD3C43;
}
</style>
border-color css
<style>
span { border-color: #FD3C43; }
span { border-color: rgb(253,60,67); }
td.TdClassName
{
border-color: #FD3C43;
}
.TagClassName
{
border-color: #FD3C43;
}
</style>