Shades of Coral Red #FD3E3A
Tints of Coral Red #FD3E3A
RGB
CMYK
RGB Variations
Color information
#FD3E3A (or 0xFD3E3A) is known color: Coral Red. HEX triplet: FD, 3E and 3A. RGB value is (253,62,58). Sum of RGB (Red+Green+Blue) = 253+62+58=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3E3A is #02C1C5. Grayscale: #767676. Windows color (decimal): -180678 or 3817213. OLE color: 3817213.
HSL color Cylindrical-coordinate representation of color #FD3E3A: hue angle of 1.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3E3A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.01 |
| HSL | 1.23º | 0.98% | 0.61% | - |
| HSV(B) | 1.23º | 0.77% | 0.99% | - |
| XYZ | 42.99 | 24.63 | 6.49 | - |
| YUV | 118.65 | 93.78 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 58 | 0 | 0.75 | 0.77 | 0.01 | 1.23 | 0.98 | 0.61 |
| Hex | FD | 3E | 3A | 0 | 4B | 4D | 1 | 1 | 62 | 3D |
| Octal | 375 | 76 | 72 | 0 | 113 | 115 | 1 | 1 | 142 | 75 |
| Binary | 11111101 | 111110 | 111010 | 0 | 1001011 | 1001101 | 1 | 1 | 1100010 | 111101 |
Color Harmonies of #FD3E3A
Complementary color
Monochromatic Colors of #FD3E3A
Black with #FD3E3A
Text Example
Text Example
White with #FD3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E3A; }
p { color: rgb(253,62,58); }
H1.HeaderClassName
{
color: #FD3E3A;
}
.AnyTagClassName
{
color: #FD3E3A;
}
</style>
background-color css
<style>
a { background-color: #FD3E3A; }
a { background-color: rgb(253,62,58); }
div.DivClassName
{
background-color: #FD3E3A;
}
.BgClassName
{
background-color: #FD3E3A;
}
</style>
border-color css
<style>
span { border-color: #FD3E3A; }
span { border-color: rgb(253,62,58); }
td.TdClassName
{
border-color: #FD3E3A;
}
.TagClassName
{
border-color: #FD3E3A;
}
</style>