Shades of Radical Red #FD3143
Tints of Radical Red #FD3143
RGB
CMYK
RGB Variations
Color information
#FD3143 (or 0xFD3143) is known color: Radical Red. HEX triplet: FD, 31 and 43. RGB value is (253,49,67). Sum of RGB (Red+Green+Blue) = 253+49+67=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3143 is #02CEBC. Grayscale: #707070. Windows color (decimal): -183997 or 4403709. OLE color: 4403709.
HSL color Cylindrical-coordinate representation of color #FD3143: hue angle of 354.71º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3143 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 67 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.01 |
| HSL | 354.71º | 0.98% | 0.59% | - |
| HSV(B) | 354.71º | 0.81% | 0.99% | - |
| XYZ | 42.62 | 23.48 | 7.6 | - |
| YUV | 112.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 67 | 0 | 0.81 | 0.74 | 0.01 | 354.71 | 0.98 | 0.59 |
| Hex | FD | 31 | 43 | 0 | 51 | 4A | 1 | 163 | 62 | 3B |
| Octal | 375 | 61 | 103 | 0 | 121 | 112 | 1 | 543 | 142 | 73 |
| Binary | 11111101 | 110001 | 1000011 | 0 | 1010001 | 1001010 | 1 | 101100011 | 1100010 | 111011 |
Color Harmonies of #FD3143
Complementary color
Monochromatic Colors of #FD3143
Black with #FD3143
Text Example
Text Example
White with #FD3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3143; }
p { color: rgb(253,49,67); }
H1.HeaderClassName
{
color: #FD3143;
}
.AnyTagClassName
{
color: #FD3143;
}
</style>
background-color css
<style>
a { background-color: #FD3143; }
a { background-color: rgb(253,49,67); }
div.DivClassName
{
background-color: #FD3143;
}
.BgClassName
{
background-color: #FD3143;
}
</style>
border-color css
<style>
span { border-color: #FD3143; }
span { border-color: rgb(253,49,67); }
td.TdClassName
{
border-color: #FD3143;
}
.TagClassName
{
border-color: #FD3143;
}
</style>