Shades of Coral Red #FD3A3A
Tints of Coral Red #FD3A3A
RGB
CMYK
RGB Variations
Color information
#FD3A3A (or 0xFD3A3A) is known color: Coral Red. HEX triplet: FD, 3A and 3A. RGB value is (253,58,58). Sum of RGB (Red+Green+Blue) = 253+58+58=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD3A3A is #02C5C5. Grayscale: #747474. Windows color (decimal): -181702 or 3816189. OLE color: 3816189.
HSL color Cylindrical-coordinate representation of color #FD3A3A: hue angle of 0º 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 #FD3A3A is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 58 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.01 |
| HSL | 0º | 0.98% | 0.61% | - |
| HSV(B) | 0º | 0.77% | 0.99% | - |
| XYZ | 42.78 | 24.21 | 6.42 | - |
| YUV | 116.31 | 95.1 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 58 | 0 | 0.77 | 0.77 | 0.01 | 0 | 0.98 | 0.61 |
| Hex | FD | 3A | 3A | 0 | 4D | 4D | 1 | 0 | 62 | 3D |
| Octal | 375 | 72 | 72 | 0 | 115 | 115 | 1 | 0 | 142 | 75 |
| Binary | 11111101 | 111010 | 111010 | 0 | 1001101 | 1001101 | 1 | 0 | 1100010 | 111101 |
Color Harmonies of #FD3A3A
Complementary color
Monochromatic Colors of #FD3A3A
Black with #FD3A3A
Text Example
Text Example
White with #FD3A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A3A; }
p { color: rgb(253,58,58); }
H1.HeaderClassName
{
color: #FD3A3A;
}
.AnyTagClassName
{
color: #FD3A3A;
}
</style>
background-color css
<style>
a { background-color: #FD3A3A; }
a { background-color: rgb(253,58,58); }
div.DivClassName
{
background-color: #FD3A3A;
}
.BgClassName
{
background-color: #FD3A3A;
}
</style>
border-color css
<style>
span { border-color: #FD3A3A; }
span { border-color: rgb(253,58,58); }
td.TdClassName
{
border-color: #FD3A3A;
}
.TagClassName
{
border-color: #FD3A3A;
}
</style>