Shades of Coral Red #FB4441
Tints of Coral Red #FB4441
RGB
CMYK
RGB Variations
Color information
#FB4441 (or 0xFB4441) is known color: Coral Red. HEX triplet: FB, 44 and 41. RGB value is (251,68,65). Sum of RGB (Red+Green+Blue) = 251+68+65=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4441 is #04BBBE. Grayscale: #7A7A7A. Windows color (decimal): -310207 or 4277499. OLE color: 4277499.
HSL color Cylindrical-coordinate representation of color #FB4441: hue angle of 0.97º 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 #FB4441 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 65 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.02 |
| HSL | 0.97º | 0.96% | 0.62% | - |
| HSV(B) | 0.97º | 0.74% | 0.98% | - |
| XYZ | 42.8 | 25.03 | 7.58 | - |
| YUV | 122.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 65 | 0 | 0.73 | 0.74 | 0.02 | 0.97 | 0.96 | 0.62 |
| Hex | FB | 44 | 41 | 0 | 49 | 4A | 2 | 1 | 60 | 3E |
| Octal | 373 | 104 | 101 | 0 | 111 | 112 | 2 | 1 | 140 | 76 |
| Binary | 11111011 | 1000100 | 1000001 | 0 | 1001001 | 1001010 | 10 | 1 | 1100000 | 111110 |
Color Harmonies of #FB4441
Complementary color
Monochromatic Colors of #FB4441
Black with #FB4441
Text Example
Text Example
White with #FB4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4441; }
p { color: rgb(251,68,65); }
H1.HeaderClassName
{
color: #FB4441;
}
.AnyTagClassName
{
color: #FB4441;
}
</style>
background-color css
<style>
a { background-color: #FB4441; }
a { background-color: rgb(251,68,65); }
div.DivClassName
{
background-color: #FB4441;
}
.BgClassName
{
background-color: #FB4441;
}
</style>
border-color css
<style>
span { border-color: #FB4441; }
span { border-color: rgb(251,68,65); }
td.TdClassName
{
border-color: #FB4441;
}
.TagClassName
{
border-color: #FB4441;
}
</style>