Shades of Radical Red #FD2270
Tints of Radical Red #FD2270
RGB
CMYK
RGB Variations
Color information
#FD2270 (or 0xFD2270) is known color: Radical Red. HEX triplet: FD, 22 and 70. RGB value is (253,34,112). Sum of RGB (Red+Green+Blue) = 253+34+112=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2270 is #02DD8F. Grayscale: #6C6C6C. Windows color (decimal): -187792 or 7348989. OLE color: 7348989.
HSL color Cylindrical-coordinate representation of color #FD2270: hue angle of 338.63º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2270 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 34 | 112 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.01 |
| HSL | 338.63º | 0.98% | 0.56% | - |
| HSV(B) | 338.63º | 0.87% | 0.99% | - |
| XYZ | 44 | 23.2 | 17.49 | - |
| YUV | 108.37 | 130.05 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 34 | 112 | 0 | 0.87 | 0.56 | 0.01 | 338.63 | 0.98 | 0.56 |
| Hex | FD | 22 | 70 | 0 | 57 | 38 | 1 | 153 | 62 | 38 |
| Octal | 375 | 42 | 160 | 0 | 127 | 70 | 1 | 523 | 142 | 70 |
| Binary | 11111101 | 100010 | 1110000 | 0 | 1010111 | 111000 | 1 | 101010011 | 1100010 | 111000 |
Color Harmonies of #FD2270
Complementary color
Monochromatic Colors of #FD2270
Black with #FD2270
Text Example
Text Example
White with #FD2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2270; }
p { color: rgb(253,34,112); }
H1.HeaderClassName
{
color: #FD2270;
}
.AnyTagClassName
{
color: #FD2270;
}
</style>
background-color css
<style>
a { background-color: #FD2270; }
a { background-color: rgb(253,34,112); }
div.DivClassName
{
background-color: #FD2270;
}
.BgClassName
{
background-color: #FD2270;
}
</style>
border-color css
<style>
span { border-color: #FD2270; }
span { border-color: rgb(253,34,112); }
td.TdClassName
{
border-color: #FD2270;
}
.TagClassName
{
border-color: #FD2270;
}
</style>