Shades of Coral Red #FF413B
Tints of Coral Red #FF413B
RGB
CMYK
RGB Variations
Color information
#FF413B (or 0xFF413B) is known color: Coral Red. HEX triplet: FF, 41 and 3B. RGB value is (255,65,59). Sum of RGB (Red+Green+Blue) = 255+65+59=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF413B is #00BEC4. Grayscale: #797979. Windows color (decimal): -48837 or 3883519. OLE color: 3883519.
HSL color Cylindrical-coordinate representation of color #FF413B: hue angle of 1.84º 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 #FF413B is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 59 | - |
| CMYK | 0 | 0.75 | 0.77 | 0 |
| HSL | 1.84º | 1% | 0.62% | - |
| HSV(B) | 1.84º | 0.77% | 1% | - |
| XYZ | 43.92 | 25.36 | 6.72 | - |
| YUV | 121.13 | 92.95 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 59 | 0 | 0.75 | 0.77 | 0 | 1.84 | 1 | 0.62 |
| Hex | FF | 41 | 3B | 0 | 4B | 4D | 0 | 2 | 64 | 3E |
| Octal | 377 | 101 | 73 | 0 | 113 | 115 | 0 | 2 | 144 | 76 |
| Binary | 11111111 | 1000001 | 111011 | 0 | 1001011 | 1001101 | 0 | 10 | 1100100 | 111110 |
Color Harmonies of #FF413B
Complementary color
Monochromatic Colors of #FF413B
Black with #FF413B
Text Example
Text Example
White with #FF413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF413B; }
p { color: rgb(255,65,59); }
H1.HeaderClassName
{
color: #FF413B;
}
.AnyTagClassName
{
color: #FF413B;
}
</style>
background-color css
<style>
a { background-color: #FF413B; }
a { background-color: rgb(255,65,59); }
div.DivClassName
{
background-color: #FF413B;
}
.BgClassName
{
background-color: #FF413B;
}
</style>
border-color css
<style>
span { border-color: #FF413B; }
span { border-color: rgb(255,65,59); }
td.TdClassName
{
border-color: #FF413B;
}
.TagClassName
{
border-color: #FF413B;
}
</style>