Shades of Coral Red #FD423F
Tints of Coral Red #FD423F
RGB
CMYK
RGB Variations
Color information
#FD423F (or 0xFD423F) is known color: Coral Red. HEX triplet: FD, 42 and 3F. RGB value is (253,66,63). Sum of RGB (Red+Green+Blue) = 253+66+63=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD423F is #02BDC0. Grayscale: #797979. Windows color (decimal): -179649 or 4145917. OLE color: 4145917.
HSL color Cylindrical-coordinate representation of color #FD423F: hue angle of 0.95º 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 #FD423F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.01 |
| HSL | 0.95º | 0.98% | 0.62% | - |
| HSV(B) | 0.95º | 0.75% | 0.99% | - |
| XYZ | 43.35 | 25.14 | 7.27 | - |
| YUV | 121.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 63 | 0 | 0.74 | 0.75 | 0.01 | 0.95 | 0.98 | 0.62 |
| Hex | FD | 42 | 3F | 0 | 4A | 4B | 1 | 1 | 62 | 3E |
| Octal | 375 | 102 | 77 | 0 | 112 | 113 | 1 | 1 | 142 | 76 |
| Binary | 11111101 | 1000010 | 111111 | 0 | 1001010 | 1001011 | 1 | 1 | 1100010 | 111110 |
Color Harmonies of #FD423F
Complementary color
Monochromatic Colors of #FD423F
Black with #FD423F
Text Example
Text Example
White with #FD423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD423F; }
p { color: rgb(253,66,63); }
H1.HeaderClassName
{
color: #FD423F;
}
.AnyTagClassName
{
color: #FD423F;
}
</style>
background-color css
<style>
a { background-color: #FD423F; }
a { background-color: rgb(253,66,63); }
div.DivClassName
{
background-color: #FD423F;
}
.BgClassName
{
background-color: #FD423F;
}
</style>
border-color css
<style>
span { border-color: #FD423F; }
span { border-color: rgb(253,66,63); }
td.TdClassName
{
border-color: #FD423F;
}
.TagClassName
{
border-color: #FD423F;
}
</style>