Shades of Coral Red #FF3D3B
Tints of Coral Red #FF3D3B
RGB
CMYK
RGB Variations
Color information
#FF3D3B (or 0xFF3D3B) is known color: Coral Red. HEX triplet: FF, 3D and 3B. RGB value is (255,61,59). Sum of RGB (Red+Green+Blue) = 255+61+59=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D3B is #00C2C4. Grayscale: #767676. Windows color (decimal): -49861 or 3882495. OLE color: 3882495.
HSL color Cylindrical-coordinate representation of color #FF3D3B: hue angle of 0.61º 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 #FF3D3B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 59 | - |
| CMYK | 0 | 0.76 | 0.77 | 0 |
| HSL | 0.61º | 1% | 0.62% | - |
| HSV(B) | 0.61º | 0.77% | 1% | - |
| XYZ | 43.7 | 24.91 | 6.64 | - |
| YUV | 118.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 59 | 0 | 0.76 | 0.77 | 0 | 0.61 | 1 | 0.62 |
| Hex | FF | 3D | 3B | 0 | 4C | 4D | 0 | 1 | 64 | 3E |
| Octal | 377 | 75 | 73 | 0 | 114 | 115 | 0 | 1 | 144 | 76 |
| Binary | 11111111 | 111101 | 111011 | 0 | 1001100 | 1001101 | 0 | 1 | 1100100 | 111110 |
Color Harmonies of #FF3D3B
Complementary color
Monochromatic Colors of #FF3D3B
Black with #FF3D3B
Text Example
Text Example
White with #FF3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D3B; }
p { color: rgb(255,61,59); }
H1.HeaderClassName
{
color: #FF3D3B;
}
.AnyTagClassName
{
color: #FF3D3B;
}
</style>
background-color css
<style>
a { background-color: #FF3D3B; }
a { background-color: rgb(255,61,59); }
div.DivClassName
{
background-color: #FF3D3B;
}
.BgClassName
{
background-color: #FF3D3B;
}
</style>
border-color css
<style>
span { border-color: #FF3D3B; }
span { border-color: rgb(255,61,59); }
td.TdClassName
{
border-color: #FF3D3B;
}
.TagClassName
{
border-color: #FF3D3B;
}
</style>