Shades of Coral Red #FD4241
Tints of Coral Red #FD4241
RGB
CMYK
RGB Variations
Color information
#FD4241 (or 0xFD4241) is known color: Coral Red. HEX triplet: FD, 42 and 41. RGB value is (253,66,65). Sum of RGB (Red+Green+Blue) = 253+66+65=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4241 is #02BDBE. Grayscale: #797979. Windows color (decimal): -179647 or 4276989. OLE color: 4276989.
HSL color Cylindrical-coordinate representation of color #FD4241: hue angle of 0.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4241 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 65 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.01 |
| HSL | 0.32º | 0.98% | 0.62% | - |
| HSV(B) | 0.32º | 0.74% | 0.99% | - |
| XYZ | 43.41 | 25.16 | 7.57 | - |
| YUV | 121.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 65 | 0 | 0.74 | 0.74 | 0.01 | 0.32 | 0.98 | 0.62 |
| Hex | FD | 42 | 41 | 0 | 4A | 4A | 1 | 0 | 62 | 3E |
| Octal | 375 | 102 | 101 | 0 | 112 | 112 | 1 | 0 | 142 | 76 |
| Binary | 11111101 | 1000010 | 1000001 | 0 | 1001010 | 1001010 | 1 | 0 | 1100010 | 111110 |
Color Harmonies of #FD4241
Complementary color
Monochromatic Colors of #FD4241
Black with #FD4241
Text Example
Text Example
White with #FD4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4241; }
p { color: rgb(253,66,65); }
H1.HeaderClassName
{
color: #FD4241;
}
.AnyTagClassName
{
color: #FD4241;
}
</style>
background-color css
<style>
a { background-color: #FD4241; }
a { background-color: rgb(253,66,65); }
div.DivClassName
{
background-color: #FD4241;
}
.BgClassName
{
background-color: #FD4241;
}
</style>
border-color css
<style>
span { border-color: #FD4241; }
span { border-color: rgb(253,66,65); }
td.TdClassName
{
border-color: #FD4241;
}
.TagClassName
{
border-color: #FD4241;
}
</style>