Shades of Radical Red #FD334A
Tints of Radical Red #FD334A
RGB
CMYK
RGB Variations
Color information
#FD334A (or 0xFD334A) is known color: Radical Red. HEX triplet: FD, 33 and 4A. RGB value is (253,51,74). Sum of RGB (Red+Green+Blue) = 253+51+74=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD334A is #02CCB5. Grayscale: #727272. Windows color (decimal): -183478 or 4862973. OLE color: 4862973.
HSL color Cylindrical-coordinate representation of color #FD334A: hue angle of 353.17º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD334A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 74 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.01 |
| HSL | 353.17º | 0.98% | 0.6% | - |
| HSV(B) | 353.17º | 0.8% | 0.99% | - |
| XYZ | 42.93 | 23.74 | 8.8 | - |
| YUV | 114.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 74 | 0 | 0.80 | 0.71 | 0.01 | 353.17 | 0.98 | 0.6 |
| Hex | FD | 33 | 4A | 0 | 50 | 47 | 1 | 161 | 62 | 3C |
| Octal | 375 | 63 | 112 | 0 | 120 | 107 | 1 | 541 | 142 | 74 |
| Binary | 11111101 | 110011 | 1001010 | 0 | 1010000 | 1000111 | 1 | 101100001 | 1100010 | 111100 |
Color Harmonies of #FD334A
Complementary color
Monochromatic Colors of #FD334A
Black with #FD334A
Text Example
Text Example
White with #FD334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD334A; }
p { color: rgb(253,51,74); }
H1.HeaderClassName
{
color: #FD334A;
}
.AnyTagClassName
{
color: #FD334A;
}
</style>
background-color css
<style>
a { background-color: #FD334A; }
a { background-color: rgb(253,51,74); }
div.DivClassName
{
background-color: #FD334A;
}
.BgClassName
{
background-color: #FD334A;
}
</style>
border-color css
<style>
span { border-color: #FD334A; }
span { border-color: rgb(253,51,74); }
td.TdClassName
{
border-color: #FD334A;
}
.TagClassName
{
border-color: #FD334A;
}
</style>