Shades of Coral Red #FB4341
Tints of Coral Red #FB4341
RGB
CMYK
RGB Variations
Color information
#FB4341 (or 0xFB4341) is known color: Coral Red. HEX triplet: FB, 43 and 41. RGB value is (251,67,65). Sum of RGB (Red+Green+Blue) = 251+67+65=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4341 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4341 is #04BCBE. Grayscale: #797979. Windows color (decimal): -310463 or 4277243. OLE color: 4277243.
HSL color Cylindrical-coordinate representation of color #FB4341: hue angle of 0.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4341 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 65 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.02 |
| HSL | 0.65º | 0.96% | 0.62% | - |
| HSV(B) | 0.65º | 0.74% | 0.98% | - |
| XYZ | 42.74 | 24.91 | 7.56 | - |
| YUV | 121.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 65 | 0 | 0.73 | 0.74 | 0.02 | 0.65 | 0.96 | 0.62 |
| Hex | FB | 43 | 41 | 0 | 49 | 4A | 2 | 1 | 60 | 3E |
| Octal | 373 | 103 | 101 | 0 | 111 | 112 | 2 | 1 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1000001 | 0 | 1001001 | 1001010 | 10 | 1 | 1100000 | 111110 |
Color Harmonies of #FB4341
Complementary color
Monochromatic Colors of #FB4341
Black with #FB4341
Text Example
Text Example
White with #FB4341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4341; }
p { color: rgb(251,67,65); }
H1.HeaderClassName
{
color: #FB4341;
}
.AnyTagClassName
{
color: #FB4341;
}
</style>
background-color css
<style>
a { background-color: #FB4341; }
a { background-color: rgb(251,67,65); }
div.DivClassName
{
background-color: #FB4341;
}
.BgClassName
{
background-color: #FB4341;
}
</style>
border-color css
<style>
span { border-color: #FB4341; }
span { border-color: rgb(251,67,65); }
td.TdClassName
{
border-color: #FB4341;
}
.TagClassName
{
border-color: #FB4341;
}
</style>