Shades of Coral Red #F9453D
Tints of Coral Red #F9453D
RGB
CMYK
RGB Variations
Color information
#F9453D (or 0xF9453D) is known color: Coral Red. HEX triplet: F9, 45 and 3D. RGB value is (249,69,61). Sum of RGB (Red+Green+Blue) = 249+69+61=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9453D is #06BAC2. Grayscale: #7A7A7A. Windows color (decimal): -441027 or 4015609. OLE color: 4015609.
HSL color Cylindrical-coordinate representation of color #F9453D: hue angle of 2.55º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9453D is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 61 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.02 |
| HSL | 2.55º | 0.94% | 0.61% | - |
| HSV(B) | 2.55º | 0.76% | 0.98% | - |
| XYZ | 42.04 | 24.73 | 6.97 | - |
| YUV | 121.91 | 93.63 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 61 | 0 | 0.72 | 0.76 | 0.02 | 2.55 | 0.94 | 0.61 |
| Hex | F9 | 45 | 3D | 0 | 48 | 4C | 2 | 3 | 5E | 3D |
| Octal | 371 | 105 | 75 | 0 | 110 | 114 | 2 | 3 | 136 | 75 |
| Binary | 11111001 | 1000101 | 111101 | 0 | 1001000 | 1001100 | 10 | 11 | 1011110 | 111101 |
Color Harmonies of #F9453D
Complementary color
Monochromatic Colors of #F9453D
Black with #F9453D
Text Example
Text Example
White with #F9453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9453D; }
p { color: rgb(249,69,61); }
H1.HeaderClassName
{
color: #F9453D;
}
.AnyTagClassName
{
color: #F9453D;
}
</style>
background-color css
<style>
a { background-color: #F9453D; }
a { background-color: rgb(249,69,61); }
div.DivClassName
{
background-color: #F9453D;
}
.BgClassName
{
background-color: #F9453D;
}
</style>
border-color css
<style>
span { border-color: #F9453D; }
span { border-color: rgb(249,69,61); }
td.TdClassName
{
border-color: #F9453D;
}
.TagClassName
{
border-color: #F9453D;
}
</style>