Shades of Radical Red #FD3E42
Tints of Radical Red #FD3E42
RGB
CMYK
RGB Variations
Color information
#FD3E42 (or 0xFD3E42) is known color: Radical Red. HEX triplet: FD, 3E and 42. RGB value is (253,62,66). Sum of RGB (Red+Green+Blue) = 253+62+66=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E42 is #02C1BD. Grayscale: #777777. Windows color (decimal): -180670 or 4341501. OLE color: 4341501.
HSL color Cylindrical-coordinate representation of color #FD3E42: hue angle of 358.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E42 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 66 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.01 |
| HSL | 358.74º | 0.98% | 0.62% | - |
| HSV(B) | 358.74º | 0.75% | 0.99% | - |
| XYZ | 43.21 | 24.72 | 7.65 | - |
| YUV | 119.57 | 97.78 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 66 | 0 | 0.75 | 0.74 | 0.01 | 358.74 | 0.98 | 0.62 |
| Hex | FD | 3E | 42 | 0 | 4B | 4A | 1 | 167 | 62 | 3E |
| Octal | 375 | 76 | 102 | 0 | 113 | 112 | 1 | 547 | 142 | 76 |
| Binary | 11111101 | 111110 | 1000010 | 0 | 1001011 | 1001010 | 1 | 101100111 | 1100010 | 111110 |
Color Harmonies of #FD3E42
Complementary color
Monochromatic Colors of #FD3E42
Black with #FD3E42
Text Example
Text Example
White with #FD3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E42; }
p { color: rgb(253,62,66); }
H1.HeaderClassName
{
color: #FD3E42;
}
.AnyTagClassName
{
color: #FD3E42;
}
</style>
background-color css
<style>
a { background-color: #FD3E42; }
a { background-color: rgb(253,62,66); }
div.DivClassName
{
background-color: #FD3E42;
}
.BgClassName
{
background-color: #FD3E42;
}
</style>
border-color css
<style>
span { border-color: #FD3E42; }
span { border-color: rgb(253,62,66); }
td.TdClassName
{
border-color: #FD3E42;
}
.TagClassName
{
border-color: #FD3E42;
}
</style>