Shades of Coral Red #FF4340
Tints of Coral Red #FF4340
RGB
CMYK
RGB Variations
Color information
#FF4340 (or 0xFF4340) is known color: Coral Red. HEX triplet: FF, 43 and 40. RGB value is (255,67,64). Sum of RGB (Red+Green+Blue) = 255+67+64=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4340 is #00BCBF. Grayscale: #7B7B7B. Windows color (decimal): -48320 or 4211711. OLE color: 4211711.
HSL color Cylindrical-coordinate representation of color #FF4340: hue angle of 0.94º 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 #FF4340 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 64 | - |
| CMYK | 0 | 0.74 | 0.75 | 0 |
| HSL | 0.94º | 1% | 0.63% | - |
| HSV(B) | 0.94º | 0.75% | 1% | - |
| XYZ | 44.17 | 25.64 | 7.47 | - |
| YUV | 122.87 | 94.78 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 64 | 0 | 0.74 | 0.75 | 0 | 0.94 | 1 | 0.63 |
| Hex | FF | 43 | 40 | 0 | 4A | 4B | 0 | 1 | 64 | 3F |
| Octal | 377 | 103 | 100 | 0 | 112 | 113 | 0 | 1 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1000000 | 0 | 1001010 | 1001011 | 0 | 1 | 1100100 | 111111 |
Color Harmonies of #FF4340
Complementary color
Monochromatic Colors of #FF4340
Black with #FF4340
Text Example
Text Example
White with #FF4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4340; }
p { color: rgb(255,67,64); }
H1.HeaderClassName
{
color: #FF4340;
}
.AnyTagClassName
{
color: #FF4340;
}
</style>
background-color css
<style>
a { background-color: #FF4340; }
a { background-color: rgb(255,67,64); }
div.DivClassName
{
background-color: #FF4340;
}
.BgClassName
{
background-color: #FF4340;
}
</style>
border-color css
<style>
span { border-color: #FF4340; }
span { border-color: rgb(255,67,64); }
td.TdClassName
{
border-color: #FF4340;
}
.TagClassName
{
border-color: #FF4340;
}
</style>