Shades of Coral Red #FB413B
Tints of Coral Red #FB413B
RGB
CMYK
RGB Variations
Color information
#FB413B (or 0xFB413B) is known color: Coral Red. HEX triplet: FB, 41 and 3B. RGB value is (251,65,59). Sum of RGB (Red+Green+Blue) = 251+65+59=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB413B is #04BEC4. Grayscale: #787878. Windows color (decimal): -310981 or 3883515. OLE color: 3883515.
HSL color Cylindrical-coordinate representation of color #FB413B: hue angle of 1.88º 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 #FB413B is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 59 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.02 |
| HSL | 1.88º | 0.96% | 0.61% | - |
| HSV(B) | 1.88º | 0.76% | 0.98% | - |
| XYZ | 42.46 | 24.61 | 6.65 | - |
| YUV | 119.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 59 | 0 | 0.74 | 0.76 | 0.02 | 1.88 | 0.96 | 0.61 |
| Hex | FB | 41 | 3B | 0 | 4A | 4C | 2 | 2 | 60 | 3D |
| Octal | 373 | 101 | 73 | 0 | 112 | 114 | 2 | 2 | 140 | 75 |
| Binary | 11111011 | 1000001 | 111011 | 0 | 1001010 | 1001100 | 10 | 10 | 1100000 | 111101 |
Color Harmonies of #FB413B
Complementary color
Monochromatic Colors of #FB413B
Black with #FB413B
Text Example
Text Example
White with #FB413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB413B; }
p { color: rgb(251,65,59); }
H1.HeaderClassName
{
color: #FB413B;
}
.AnyTagClassName
{
color: #FB413B;
}
</style>
background-color css
<style>
a { background-color: #FB413B; }
a { background-color: rgb(251,65,59); }
div.DivClassName
{
background-color: #FB413B;
}
.BgClassName
{
background-color: #FB413B;
}
</style>
border-color css
<style>
span { border-color: #FB413B; }
span { border-color: rgb(251,65,59); }
td.TdClassName
{
border-color: #FB413B;
}
.TagClassName
{
border-color: #FB413B;
}
</style>