Shades of Coral Red #FD413B
Tints of Coral Red #FD413B
RGB
CMYK
RGB Variations
Color information
#FD413B (or 0xFD413B) is known color: Coral Red. HEX triplet: FD, 41 and 3B. RGB value is (253,65,59). Sum of RGB (Red+Green+Blue) = 253+65+59=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD413B is #02BEC4. Grayscale: #787878. Windows color (decimal): -179909 or 3883517. OLE color: 3883517.
HSL color Cylindrical-coordinate representation of color #FD413B: hue angle of 1.86º 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 #FD413B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.01 |
| HSL | 1.86º | 0.98% | 0.61% | - |
| HSV(B) | 1.86º | 0.77% | 0.99% | - |
| XYZ | 43.19 | 24.98 | 6.68 | - |
| YUV | 120.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 59 | 0 | 0.74 | 0.77 | 0.01 | 1.86 | 0.98 | 0.61 |
| Hex | FD | 41 | 3B | 0 | 4A | 4D | 1 | 2 | 62 | 3D |
| Octal | 375 | 101 | 73 | 0 | 112 | 115 | 1 | 2 | 142 | 75 |
| Binary | 11111101 | 1000001 | 111011 | 0 | 1001010 | 1001101 | 1 | 10 | 1100010 | 111101 |
Color Harmonies of #FD413B
Complementary color
Monochromatic Colors of #FD413B
Black with #FD413B
Text Example
Text Example
White with #FD413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD413B; }
p { color: rgb(253,65,59); }
H1.HeaderClassName
{
color: #FD413B;
}
.AnyTagClassName
{
color: #FD413B;
}
</style>
background-color css
<style>
a { background-color: #FD413B; }
a { background-color: rgb(253,65,59); }
div.DivClassName
{
background-color: #FD413B;
}
.BgClassName
{
background-color: #FD413B;
}
</style>
border-color css
<style>
span { border-color: #FD413B; }
span { border-color: rgb(253,65,59); }
td.TdClassName
{
border-color: #FD413B;
}
.TagClassName
{
border-color: #FD413B;
}
</style>