Shades of Coral Red #F4403C
Tints of Coral Red #F4403C
RGB
CMYK
RGB Variations
Color information
#F4403C (or 0xF4403C) is known color: Coral Red. HEX triplet: F4, 40 and 3C. RGB value is (244,64,60). Sum of RGB (Red+Green+Blue) = 244+64+60=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F4403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4403C is #0BBFC3. Grayscale: #757575. Windows color (decimal): -769988 or 3948788. OLE color: 3948788.
HSL color Cylindrical-coordinate representation of color #F4403C: hue angle of 1.3º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4403C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 60 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.04 |
| HSL | 1.3º | 0.89% | 0.6% | - |
| HSV(B) | 1.3º | 0.75% | 0.96% | - |
| XYZ | 39.96 | 23.23 | 6.65 | - |
| YUV | 117.36 | 95.63 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 60 | 0 | 0.74 | 0.75 | 0.04 | 1.3 | 0.89 | 0.6 |
| Hex | F4 | 40 | 3C | 0 | 4A | 4B | 4 | 1 | 59 | 3C |
| Octal | 364 | 100 | 74 | 0 | 112 | 113 | 4 | 1 | 131 | 74 |
| Binary | 11110100 | 1000000 | 111100 | 0 | 1001010 | 1001011 | 100 | 1 | 1011001 | 111100 |
Color Harmonies of #F4403C
Complementary color
Monochromatic Colors of #F4403C
Black with #F4403C
Text Example
Text Example
White with #F4403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4403C; }
p { color: rgb(244,64,60); }
H1.HeaderClassName
{
color: #F4403C;
}
.AnyTagClassName
{
color: #F4403C;
}
</style>
background-color css
<style>
a { background-color: #F4403C; }
a { background-color: rgb(244,64,60); }
div.DivClassName
{
background-color: #F4403C;
}
.BgClassName
{
background-color: #F4403C;
}
</style>
border-color css
<style>
span { border-color: #F4403C; }
span { border-color: rgb(244,64,60); }
td.TdClassName
{
border-color: #F4403C;
}
.TagClassName
{
border-color: #F4403C;
}
</style>