Shades of Coral Red #FB3D3C
Tints of Coral Red #FB3D3C
RGB
CMYK
RGB Variations
Color information
#FB3D3C (or 0xFB3D3C) is known color: Coral Red. HEX triplet: FB, 3D and 3C. RGB value is (251,61,60). Sum of RGB (Red+Green+Blue) = 251+61+60=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D3C is #04C2C3. Grayscale: #757575. Windows color (decimal): -312004 or 3948027. OLE color: 3948027.
HSL color Cylindrical-coordinate representation of color #FB3D3C: hue angle of 0.31º 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 #FB3D3C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 60 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.02 |
| HSL | 0.31º | 0.96% | 0.61% | - |
| HSV(B) | 0.31º | 0.76% | 0.98% | - |
| XYZ | 42.27 | 24.17 | 6.71 | - |
| YUV | 117.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 60 | 0 | 0.76 | 0.76 | 0.02 | 0.31 | 0.96 | 0.61 |
| Hex | FB | 3D | 3C | 0 | 4C | 4C | 2 | 0 | 60 | 3D |
| Octal | 373 | 75 | 74 | 0 | 114 | 114 | 2 | 0 | 140 | 75 |
| Binary | 11111011 | 111101 | 111100 | 0 | 1001100 | 1001100 | 10 | 0 | 1100000 | 111101 |
Color Harmonies of #FB3D3C
Complementary color
Monochromatic Colors of #FB3D3C
Black with #FB3D3C
Text Example
Text Example
White with #FB3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D3C; }
p { color: rgb(251,61,60); }
H1.HeaderClassName
{
color: #FB3D3C;
}
.AnyTagClassName
{
color: #FB3D3C;
}
</style>
background-color css
<style>
a { background-color: #FB3D3C; }
a { background-color: rgb(251,61,60); }
div.DivClassName
{
background-color: #FB3D3C;
}
.BgClassName
{
background-color: #FB3D3C;
}
</style>
border-color css
<style>
span { border-color: #FB3D3C; }
span { border-color: rgb(251,61,60); }
td.TdClassName
{
border-color: #FB3D3C;
}
.TagClassName
{
border-color: #FB3D3C;
}
</style>