Shades of Coral Red #FB3C3A
Tints of Coral Red #FB3C3A
RGB
CMYK
RGB Variations
Color information
#FB3C3A (or 0xFB3C3A) is known color: Coral Red. HEX triplet: FB, 3C and 3A. RGB value is (251,60,58). Sum of RGB (Red+Green+Blue) = 251+60+58=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C3A is #04C3C5. Grayscale: #757575. Windows color (decimal): -312262 or 3816699. OLE color: 3816699.
HSL color Cylindrical-coordinate representation of color #FB3C3A: hue angle of 0.62º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3C3A is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 58 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.02 |
| HSL | 0.62º | 0.96% | 0.61% | - |
| HSV(B) | 0.62º | 0.77% | 0.98% | - |
| XYZ | 42.16 | 24.05 | 6.42 | - |
| YUV | 116.88 | 94.78 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 58 | 0 | 0.76 | 0.77 | 0.02 | 0.62 | 0.96 | 0.61 |
| Hex | FB | 3C | 3A | 0 | 4C | 4D | 2 | 1 | 60 | 3D |
| Octal | 373 | 74 | 72 | 0 | 114 | 115 | 2 | 1 | 140 | 75 |
| Binary | 11111011 | 111100 | 111010 | 0 | 1001100 | 1001101 | 10 | 1 | 1100000 | 111101 |
Color Harmonies of #FB3C3A
Complementary color
Monochromatic Colors of #FB3C3A
Black with #FB3C3A
Text Example
Text Example
White with #FB3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C3A; }
p { color: rgb(251,60,58); }
H1.HeaderClassName
{
color: #FB3C3A;
}
.AnyTagClassName
{
color: #FB3C3A;
}
</style>
background-color css
<style>
a { background-color: #FB3C3A; }
a { background-color: rgb(251,60,58); }
div.DivClassName
{
background-color: #FB3C3A;
}
.BgClassName
{
background-color: #FB3C3A;
}
</style>
border-color css
<style>
span { border-color: #FB3C3A; }
span { border-color: rgb(251,60,58); }
td.TdClassName
{
border-color: #FB3C3A;
}
.TagClassName
{
border-color: #FB3C3A;
}
</style>