Shades of Coral Red #FF423D
Tints of Coral Red #FF423D
RGB
CMYK
RGB Variations
Color information
#FF423D (or 0xFF423D) is known color: Coral Red. HEX triplet: FF, 42 and 3D. RGB value is (255,66,61). Sum of RGB (Red+Green+Blue) = 255+66+61=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF423D is #00BDC2. Grayscale: #7A7A7A. Windows color (decimal): -48579 or 4014847. OLE color: 4014847.
HSL color Cylindrical-coordinate representation of color #FF423D: hue angle of 1.55º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF423D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 61 | - |
| CMYK | 0 | 0.74 | 0.76 | 0 |
| HSL | 1.55º | 1% | 0.62% | - |
| HSV(B) | 1.55º | 0.76% | 1% | - |
| XYZ | 44.03 | 25.49 | 7.01 | - |
| YUV | 121.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 61 | 0 | 0.74 | 0.76 | 0 | 1.55 | 1 | 0.62 |
| Hex | FF | 42 | 3D | 0 | 4A | 4C | 0 | 2 | 64 | 3E |
| Octal | 377 | 102 | 75 | 0 | 112 | 114 | 0 | 2 | 144 | 76 |
| Binary | 11111111 | 1000010 | 111101 | 0 | 1001010 | 1001100 | 0 | 10 | 1100100 | 111110 |
Color Harmonies of #FF423D
Complementary color
Monochromatic Colors of #FF423D
Black with #FF423D
Text Example
Text Example
White with #FF423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF423D; }
p { color: rgb(255,66,61); }
H1.HeaderClassName
{
color: #FF423D;
}
.AnyTagClassName
{
color: #FF423D;
}
</style>
background-color css
<style>
a { background-color: #FF423D; }
a { background-color: rgb(255,66,61); }
div.DivClassName
{
background-color: #FF423D;
}
.BgClassName
{
background-color: #FF423D;
}
</style>
border-color css
<style>
span { border-color: #FF423D; }
span { border-color: rgb(255,66,61); }
td.TdClassName
{
border-color: #FF423D;
}
.TagClassName
{
border-color: #FF423D;
}
</style>