Shades of Coral Red #FA443C
Tints of Coral Red #FA443C
RGB
CMYK
RGB Variations
Color information
#FA443C (or 0xFA443C) is known color: Coral Red. HEX triplet: FA, 44 and 3C. RGB value is (250,68,60). Sum of RGB (Red+Green+Blue) = 250+68+60=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA443C is #05BBC3. Grayscale: #797979. Windows color (decimal): -375748 or 3949818. OLE color: 3949818.
HSL color Cylindrical-coordinate representation of color #FA443C: hue angle of 2.53º degrees, saturation: 0.95, 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 #FA443C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 60 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.02 |
| HSL | 2.53º | 0.95% | 0.61% | - |
| HSV(B) | 2.53º | 0.76% | 0.98% | - |
| XYZ | 42.31 | 24.78 | 6.83 | - |
| YUV | 121.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 60 | 0 | 0.73 | 0.76 | 0.02 | 2.53 | 0.95 | 0.61 |
| Hex | FA | 44 | 3C | 0 | 49 | 4C | 2 | 3 | 5F | 3D |
| Octal | 372 | 104 | 74 | 0 | 111 | 114 | 2 | 3 | 137 | 75 |
| Binary | 11111010 | 1000100 | 111100 | 0 | 1001001 | 1001100 | 10 | 11 | 1011111 | 111101 |
Color Harmonies of #FA443C
Complementary color
Monochromatic Colors of #FA443C
Black with #FA443C
Text Example
Text Example
White with #FA443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA443C; }
p { color: rgb(250,68,60); }
H1.HeaderClassName
{
color: #FA443C;
}
.AnyTagClassName
{
color: #FA443C;
}
</style>
background-color css
<style>
a { background-color: #FA443C; }
a { background-color: rgb(250,68,60); }
div.DivClassName
{
background-color: #FA443C;
}
.BgClassName
{
background-color: #FA443C;
}
</style>
border-color css
<style>
span { border-color: #FA443C; }
span { border-color: rgb(250,68,60); }
td.TdClassName
{
border-color: #FA443C;
}
.TagClassName
{
border-color: #FA443C;
}
</style>