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