Shades of Coral Red #F13D3A
Tints of Coral Red #F13D3A
RGB
CMYK
RGB Variations
Color information
#F13D3A (or 0xF13D3A) is known color: Coral Red. HEX triplet: F1, 3D and 3A. RGB value is (241,61,58). Sum of RGB (Red+Green+Blue) = 241+61+58=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D3A is #0EC2C5. Grayscale: #727272. Windows color (decimal): -967366 or 3816945. OLE color: 3816945.
HSL color Cylindrical-coordinate representation of color #F13D3A: hue angle of 0.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13D3A is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 58 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.05 |
| HSL | 0.98º | 0.87% | 0.59% | - |
| HSV(B) | 0.98º | 0.76% | 0.95% | - |
| XYZ | 38.71 | 22.34 | 6.28 | - |
| YUV | 114.48 | 96.13 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 58 | 0 | 0.75 | 0.76 | 0.05 | 0.98 | 0.87 | 0.59 |
| Hex | F1 | 3D | 3A | 0 | 4B | 4C | 5 | 1 | 57 | 3B |
| Octal | 361 | 75 | 72 | 0 | 113 | 114 | 5 | 1 | 127 | 73 |
| Binary | 11110001 | 111101 | 111010 | 0 | 1001011 | 1001100 | 101 | 1 | 1010111 | 111011 |
Color Harmonies of #F13D3A
Complementary color
Monochromatic Colors of #F13D3A
Black with #F13D3A
Text Example
Text Example
White with #F13D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D3A; }
p { color: rgb(241,61,58); }
H1.HeaderClassName
{
color: #F13D3A;
}
.AnyTagClassName
{
color: #F13D3A;
}
</style>
background-color css
<style>
a { background-color: #F13D3A; }
a { background-color: rgb(241,61,58); }
div.DivClassName
{
background-color: #F13D3A;
}
.BgClassName
{
background-color: #F13D3A;
}
</style>
border-color css
<style>
span { border-color: #F13D3A; }
span { border-color: rgb(241,61,58); }
td.TdClassName
{
border-color: #F13D3A;
}
.TagClassName
{
border-color: #F13D3A;
}
</style>