Shades of Coral Red #FF423B
Tints of Coral Red #FF423B
RGB
CMYK
RGB Variations
Color information
#FF423B (or 0xFF423B) is known color: Coral Red. HEX triplet: FF, 42 and 3B. RGB value is (255,66,59). Sum of RGB (Red+Green+Blue) = 255+66+59=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF423B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF423B is #00BDC4. Grayscale: #797979. Windows color (decimal): -48581 or 3883775. OLE color: 3883775.
HSL color Cylindrical-coordinate representation of color #FF423B: hue angle of 2.14º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF423B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 59 | - |
| CMYK | 0 | 0.74 | 0.77 | 0 |
| HSL | 2.14º | 1% | 0.62% | - |
| HSV(B) | 2.14º | 0.77% | 1% | - |
| XYZ | 43.98 | 25.47 | 6.74 | - |
| YUV | 121.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 59 | 0 | 0.74 | 0.77 | 0 | 2.14 | 1 | 0.62 |
| Hex | FF | 42 | 3B | 0 | 4A | 4D | 0 | 2 | 64 | 3E |
| Octal | 377 | 102 | 73 | 0 | 112 | 115 | 0 | 2 | 144 | 76 |
| Binary | 11111111 | 1000010 | 111011 | 0 | 1001010 | 1001101 | 0 | 10 | 1100100 | 111110 |
Color Harmonies of #FF423B
Complementary color
Monochromatic Colors of #FF423B
Black with #FF423B
Text Example
Text Example
White with #FF423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF423B; }
p { color: rgb(255,66,59); }
H1.HeaderClassName
{
color: #FF423B;
}
.AnyTagClassName
{
color: #FF423B;
}
</style>
background-color css
<style>
a { background-color: #FF423B; }
a { background-color: rgb(255,66,59); }
div.DivClassName
{
background-color: #FF423B;
}
.BgClassName
{
background-color: #FF423B;
}
</style>
border-color css
<style>
span { border-color: #FF423B; }
span { border-color: rgb(255,66,59); }
td.TdClassName
{
border-color: #FF423B;
}
.TagClassName
{
border-color: #FF423B;
}
</style>