Shades of Coral Red #FD4242
Tints of Coral Red #FD4242
RGB
CMYK
RGB Variations
Color information
#FD4242 (or 0xFD4242) is known color: Coral Red. HEX triplet: FD, 42 and 42. RGB value is (253,66,66). Sum of RGB (Red+Green+Blue) = 253+66+66=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4242 is #02BDBD. Grayscale: #7A7A7A. Windows color (decimal): -179646 or 4342525. OLE color: 4342525.
HSL color Cylindrical-coordinate representation of color #FD4242: hue angle of 0º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4242 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 66 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.01 |
| HSL | 0º | 0.98% | 0.63% | - |
| HSV(B) | 0º | 0.74% | 0.99% | - |
| XYZ | 43.44 | 25.17 | 7.72 | - |
| YUV | 121.91 | 96.45 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 66 | 0 | 0.74 | 0.74 | 0.01 | 0 | 0.98 | 0.63 |
| Hex | FD | 42 | 42 | 0 | 4A | 4A | 1 | 0 | 62 | 3F |
| Octal | 375 | 102 | 102 | 0 | 112 | 112 | 1 | 0 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1000010 | 0 | 1001010 | 1001010 | 1 | 0 | 1100010 | 111111 |
Color Harmonies of #FD4242
Complementary color
Monochromatic Colors of #FD4242
Black with #FD4242
Text Example
Text Example
White with #FD4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4242; }
p { color: rgb(253,66,66); }
H1.HeaderClassName
{
color: #FD4242;
}
.AnyTagClassName
{
color: #FD4242;
}
</style>
background-color css
<style>
a { background-color: #FD4242; }
a { background-color: rgb(253,66,66); }
div.DivClassName
{
background-color: #FD4242;
}
.BgClassName
{
background-color: #FD4242;
}
</style>
border-color css
<style>
span { border-color: #FD4242; }
span { border-color: rgb(253,66,66); }
td.TdClassName
{
border-color: #FD4242;
}
.TagClassName
{
border-color: #FD4242;
}
</style>