Shades of Coral Red #FD403D
Tints of Coral Red #FD403D
RGB
CMYK
RGB Variations
Color information
#FD403D (or 0xFD403D) is known color: Coral Red. HEX triplet: FD, 40 and 3D. RGB value is (253,64,61). Sum of RGB (Red+Green+Blue) = 253+64+61=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD403D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD403D is #02BFC2. Grayscale: #787878. Windows color (decimal): -180163 or 4014333. OLE color: 4014333.
HSL color Cylindrical-coordinate representation of color #FD403D: hue angle of 0.94º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD403D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 61 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.01 |
| HSL | 0.94º | 0.98% | 0.62% | - |
| HSV(B) | 0.94º | 0.76% | 0.99% | - |
| XYZ | 43.18 | 24.89 | 6.94 | - |
| YUV | 120.17 | 94.62 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 61 | 0 | 0.75 | 0.76 | 0.01 | 0.94 | 0.98 | 0.62 |
| Hex | FD | 40 | 3D | 0 | 4B | 4C | 1 | 1 | 62 | 3E |
| Octal | 375 | 100 | 75 | 0 | 113 | 114 | 1 | 1 | 142 | 76 |
| Binary | 11111101 | 1000000 | 111101 | 0 | 1001011 | 1001100 | 1 | 1 | 1100010 | 111110 |
Color Harmonies of #FD403D
Complementary color
Monochromatic Colors of #FD403D
Black with #FD403D
Text Example
Text Example
White with #FD403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD403D; }
p { color: rgb(253,64,61); }
H1.HeaderClassName
{
color: #FD403D;
}
.AnyTagClassName
{
color: #FD403D;
}
</style>
background-color css
<style>
a { background-color: #FD403D; }
a { background-color: rgb(253,64,61); }
div.DivClassName
{
background-color: #FD403D;
}
.BgClassName
{
background-color: #FD403D;
}
</style>
border-color css
<style>
span { border-color: #FD403D; }
span { border-color: rgb(253,64,61); }
td.TdClassName
{
border-color: #FD403D;
}
.TagClassName
{
border-color: #FD403D;
}
</style>