Shades of Coral Red #FB443F
Tints of Coral Red #FB443F
RGB
CMYK
RGB Variations
Color information
#FB443F (or 0xFB443F) is known color: Coral Red. HEX triplet: FB, 44 and 3F. RGB value is (251,68,63). Sum of RGB (Red+Green+Blue) = 251+68+63=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB443F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB443F is #04BBC0. Grayscale: #7A7A7A. Windows color (decimal): -310209 or 4146427. OLE color: 4146427.
HSL color Cylindrical-coordinate representation of color #FB443F: hue angle of 1.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB443F is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 63 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.02 |
| HSL | 1.6º | 0.96% | 0.62% | - |
| HSV(B) | 1.6º | 0.75% | 0.98% | - |
| XYZ | 42.75 | 25 | 7.28 | - |
| YUV | 122.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 63 | 0 | 0.73 | 0.75 | 0.02 | 1.6 | 0.96 | 0.62 |
| Hex | FB | 44 | 3F | 0 | 49 | 4B | 2 | 2 | 60 | 3E |
| Octal | 373 | 104 | 77 | 0 | 111 | 113 | 2 | 2 | 140 | 76 |
| Binary | 11111011 | 1000100 | 111111 | 0 | 1001001 | 1001011 | 10 | 10 | 1100000 | 111110 |
Color Harmonies of #FB443F
Complementary color
Monochromatic Colors of #FB443F
Black with #FB443F
Text Example
Text Example
White with #FB443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB443F; }
p { color: rgb(251,68,63); }
H1.HeaderClassName
{
color: #FB443F;
}
.AnyTagClassName
{
color: #FB443F;
}
</style>
background-color css
<style>
a { background-color: #FB443F; }
a { background-color: rgb(251,68,63); }
div.DivClassName
{
background-color: #FB443F;
}
.BgClassName
{
background-color: #FB443F;
}
</style>
border-color css
<style>
span { border-color: #FB443F; }
span { border-color: rgb(251,68,63); }
td.TdClassName
{
border-color: #FB443F;
}
.TagClassName
{
border-color: #FB443F;
}
</style>