Shades of Coral Red #F3413D
Tints of Coral Red #F3413D
RGB
CMYK
RGB Variations
Color information
#F3413D (or 0xF3413D) is known color: Coral Red. HEX triplet: F3, 41 and 3D. RGB value is (243,65,61). Sum of RGB (Red+Green+Blue) = 243+65+61=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3413D is #0CBEC2. Grayscale: #757575. Windows color (decimal): -835267 or 4014579. OLE color: 4014579.
HSL color Cylindrical-coordinate representation of color #F3413D: hue angle of 1.32º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3413D is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 61 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.05 |
| HSL | 1.32º | 0.88% | 0.6% | - |
| HSV(B) | 1.32º | 0.75% | 0.95% | - |
| XYZ | 39.69 | 23.17 | 6.8 | - |
| YUV | 117.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 61 | 0 | 0.73 | 0.75 | 0.05 | 1.32 | 0.88 | 0.6 |
| Hex | F3 | 41 | 3D | 0 | 49 | 4B | 5 | 1 | 58 | 3C |
| Octal | 363 | 101 | 75 | 0 | 111 | 113 | 5 | 1 | 130 | 74 |
| Binary | 11110011 | 1000001 | 111101 | 0 | 1001001 | 1001011 | 101 | 1 | 1011000 | 111100 |
Color Harmonies of #F3413D
Complementary color
Monochromatic Colors of #F3413D
Black with #F3413D
Text Example
Text Example
White with #F3413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3413D; }
p { color: rgb(243,65,61); }
H1.HeaderClassName
{
color: #F3413D;
}
.AnyTagClassName
{
color: #F3413D;
}
</style>
background-color css
<style>
a { background-color: #F3413D; }
a { background-color: rgb(243,65,61); }
div.DivClassName
{
background-color: #F3413D;
}
.BgClassName
{
background-color: #F3413D;
}
</style>
border-color css
<style>
span { border-color: #F3413D; }
span { border-color: rgb(243,65,61); }
td.TdClassName
{
border-color: #F3413D;
}
.TagClassName
{
border-color: #F3413D;
}
</style>