Shades of Coral Red #FB403B
Tints of Coral Red #FB403B
RGB
CMYK
RGB Variations
Color information
#FB403B (or 0xFB403B) is known color: Coral Red. HEX triplet: FB, 40 and 3B. RGB value is (251,64,59). Sum of RGB (Red+Green+Blue) = 251+64+59=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB403B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB403B is #04BFC4. Grayscale: #777777. Windows color (decimal): -311237 or 3883259. OLE color: 3883259.
HSL color Cylindrical-coordinate representation of color #FB403B: hue angle of 1.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB403B is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 59 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.02 |
| HSL | 1.56º | 0.96% | 0.61% | - |
| HSV(B) | 1.56º | 0.76% | 0.98% | - |
| XYZ | 42.41 | 24.49 | 6.63 | - |
| YUV | 119.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 59 | 0 | 0.75 | 0.76 | 0.02 | 1.56 | 0.96 | 0.61 |
| Hex | FB | 40 | 3B | 0 | 4B | 4C | 2 | 2 | 60 | 3D |
| Octal | 373 | 100 | 73 | 0 | 113 | 114 | 2 | 2 | 140 | 75 |
| Binary | 11111011 | 1000000 | 111011 | 0 | 1001011 | 1001100 | 10 | 10 | 1100000 | 111101 |
Color Harmonies of #FB403B
Complementary color
Monochromatic Colors of #FB403B
Black with #FB403B
Text Example
Text Example
White with #FB403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB403B; }
p { color: rgb(251,64,59); }
H1.HeaderClassName
{
color: #FB403B;
}
.AnyTagClassName
{
color: #FB403B;
}
</style>
background-color css
<style>
a { background-color: #FB403B; }
a { background-color: rgb(251,64,59); }
div.DivClassName
{
background-color: #FB403B;
}
.BgClassName
{
background-color: #FB403B;
}
</style>
border-color css
<style>
span { border-color: #FB403B; }
span { border-color: rgb(251,64,59); }
td.TdClassName
{
border-color: #FB403B;
}
.TagClassName
{
border-color: #FB403B;
}
</style>