Shades of Coral Red #F4413D
Tints of Coral Red #F4413D
RGB
CMYK
RGB Variations
Color information
#F4413D (or 0xF4413D) is known color: Coral Red. HEX triplet: F4, 41 and 3D. RGB value is (244,65,61). Sum of RGB (Red+Green+Blue) = 244+65+61=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4413D is #0BBEC2. Grayscale: #767676. Windows color (decimal): -769731 or 4014580. OLE color: 4014580.
HSL color Cylindrical-coordinate representation of color #F4413D: hue angle of 1.31º 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 #F4413D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 61 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.04 |
| HSL | 1.31º | 0.89% | 0.6% | - |
| HSV(B) | 1.31º | 0.75% | 0.96% | - |
| XYZ | 40.04 | 23.35 | 6.81 | - |
| YUV | 118.07 | 95.8 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 61 | 0 | 0.73 | 0.75 | 0.04 | 1.31 | 0.89 | 0.6 |
| Hex | F4 | 41 | 3D | 0 | 49 | 4B | 4 | 1 | 59 | 3C |
| Octal | 364 | 101 | 75 | 0 | 111 | 113 | 4 | 1 | 131 | 74 |
| Binary | 11110100 | 1000001 | 111101 | 0 | 1001001 | 1001011 | 100 | 1 | 1011001 | 111100 |
Color Harmonies of #F4413D
Complementary color
Monochromatic Colors of #F4413D
Black with #F4413D
Text Example
Text Example
White with #F4413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4413D; }
p { color: rgb(244,65,61); }
H1.HeaderClassName
{
color: #F4413D;
}
.AnyTagClassName
{
color: #F4413D;
}
</style>
background-color css
<style>
a { background-color: #F4413D; }
a { background-color: rgb(244,65,61); }
div.DivClassName
{
background-color: #F4413D;
}
.BgClassName
{
background-color: #F4413D;
}
</style>
border-color css
<style>
span { border-color: #F4413D; }
span { border-color: rgb(244,65,61); }
td.TdClassName
{
border-color: #F4413D;
}
.TagClassName
{
border-color: #F4413D;
}
</style>