Shades of Coral Red #FB443D
Tints of Coral Red #FB443D
RGB
CMYK
RGB Variations
Color information
#FB443D (or 0xFB443D) is known color: Coral Red. HEX triplet: FB, 44 and 3D. RGB value is (251,68,61). Sum of RGB (Red+Green+Blue) = 251+68+61=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB443D is #04BBC2. Grayscale: #7A7A7A. Windows color (decimal): -310211 or 4015355. OLE color: 4015355.
HSL color Cylindrical-coordinate representation of color #FB443D: hue angle of 2.21º 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 #FB443D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 61 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.02 |
| HSL | 2.21º | 0.96% | 0.61% | - |
| HSV(B) | 2.21º | 0.76% | 0.98% | - |
| XYZ | 42.69 | 24.98 | 6.99 | - |
| YUV | 121.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 61 | 0 | 0.73 | 0.76 | 0.02 | 2.21 | 0.96 | 0.61 |
| Hex | FB | 44 | 3D | 0 | 49 | 4C | 2 | 2 | 60 | 3D |
| Octal | 373 | 104 | 75 | 0 | 111 | 114 | 2 | 2 | 140 | 75 |
| Binary | 11111011 | 1000100 | 111101 | 0 | 1001001 | 1001100 | 10 | 10 | 1100000 | 111101 |
Color Harmonies of #FB443D
Complementary color
Monochromatic Colors of #FB443D
Black with #FB443D
Text Example
Text Example
White with #FB443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB443D; }
p { color: rgb(251,68,61); }
H1.HeaderClassName
{
color: #FB443D;
}
.AnyTagClassName
{
color: #FB443D;
}
</style>
background-color css
<style>
a { background-color: #FB443D; }
a { background-color: rgb(251,68,61); }
div.DivClassName
{
background-color: #FB443D;
}
.BgClassName
{
background-color: #FB443D;
}
</style>
border-color css
<style>
span { border-color: #FB443D; }
span { border-color: rgb(251,68,61); }
td.TdClassName
{
border-color: #FB443D;
}
.TagClassName
{
border-color: #FB443D;
}
</style>