Shades of Coral Red #FF4240
Tints of Coral Red #FF4240
RGB
CMYK
RGB Variations
Color information
#FF4240 (or 0xFF4240) is known color: Coral Red. HEX triplet: FF, 42 and 40. RGB value is (255,66,64). Sum of RGB (Red+Green+Blue) = 255+66+64=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4240 is #00BDBF. Grayscale: #7A7A7A. Windows color (decimal): -48576 or 4211455. OLE color: 4211455.
HSL color Cylindrical-coordinate representation of color #FF4240: hue angle of 0.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4240 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 64 | - |
| CMYK | 0 | 0.74 | 0.75 | 0 |
| HSL | 0.63º | 1% | 0.63% | - |
| HSV(B) | 0.63º | 0.75% | 1% | - |
| XYZ | 44.11 | 25.53 | 7.45 | - |
| YUV | 122.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 64 | 0 | 0.74 | 0.75 | 0 | 0.63 | 1 | 0.63 |
| Hex | FF | 42 | 40 | 0 | 4A | 4B | 0 | 1 | 64 | 3F |
| Octal | 377 | 102 | 100 | 0 | 112 | 113 | 0 | 1 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1000000 | 0 | 1001010 | 1001011 | 0 | 1 | 1100100 | 111111 |
Color Harmonies of #FF4240
Complementary color
Monochromatic Colors of #FF4240
Black with #FF4240
Text Example
Text Example
White with #FF4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4240; }
p { color: rgb(255,66,64); }
H1.HeaderClassName
{
color: #FF4240;
}
.AnyTagClassName
{
color: #FF4240;
}
</style>
background-color css
<style>
a { background-color: #FF4240; }
a { background-color: rgb(255,66,64); }
div.DivClassName
{
background-color: #FF4240;
}
.BgClassName
{
background-color: #FF4240;
}
</style>
border-color css
<style>
span { border-color: #FF4240; }
span { border-color: rgb(255,66,64); }
td.TdClassName
{
border-color: #FF4240;
}
.TagClassName
{
border-color: #FF4240;
}
</style>