Shades of Coral Red #F1443D
Tints of Coral Red #F1443D
RGB
CMYK
RGB Variations
Color information
#F1443D (or 0xF1443D) is known color: Coral Red. HEX triplet: F1, 44 and 3D. RGB value is (241,68,61). Sum of RGB (Red+Green+Blue) = 241+68+61=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1443D is #0EBBC2. Grayscale: #777777. Windows color (decimal): -965571 or 4015345. OLE color: 4015345.
HSL color Cylindrical-coordinate representation of color #F1443D: hue angle of 2.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1443D is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 61 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.05 |
| HSL | 2.33º | 0.87% | 0.59% | - |
| HSV(B) | 2.33º | 0.75% | 0.95% | - |
| XYZ | 39.19 | 23.17 | 6.82 | - |
| YUV | 118.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 61 | 0 | 0.72 | 0.75 | 0.05 | 2.33 | 0.87 | 0.59 |
| Hex | F1 | 44 | 3D | 0 | 48 | 4B | 5 | 2 | 57 | 3B |
| Octal | 361 | 104 | 75 | 0 | 110 | 113 | 5 | 2 | 127 | 73 |
| Binary | 11110001 | 1000100 | 111101 | 0 | 1001000 | 1001011 | 101 | 10 | 1010111 | 111011 |
Color Harmonies of #F1443D
Complementary color
Monochromatic Colors of #F1443D
Black with #F1443D
Text Example
Text Example
White with #F1443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1443D; }
p { color: rgb(241,68,61); }
H1.HeaderClassName
{
color: #F1443D;
}
.AnyTagClassName
{
color: #F1443D;
}
</style>
background-color css
<style>
a { background-color: #F1443D; }
a { background-color: rgb(241,68,61); }
div.DivClassName
{
background-color: #F1443D;
}
.BgClassName
{
background-color: #F1443D;
}
</style>
border-color css
<style>
span { border-color: #F1443D; }
span { border-color: rgb(241,68,61); }
td.TdClassName
{
border-color: #F1443D;
}
.TagClassName
{
border-color: #F1443D;
}
</style>