Shades of Coral Red #FF3D3C
Tints of Coral Red #FF3D3C
RGB
CMYK
RGB Variations
Color information
#FF3D3C (or 0xFF3D3C) is known color: Coral Red. HEX triplet: FF, 3D and 3C. RGB value is (255,61,60). Sum of RGB (Red+Green+Blue) = 255+61+60=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D3C is #00C2C3. Grayscale: #777777. Windows color (decimal): -49860 or 3948031. OLE color: 3948031.
HSL color Cylindrical-coordinate representation of color #FF3D3C: hue angle of 0.31º 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 #FF3D3C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 60 | - |
| CMYK | 0 | 0.76 | 0.76 | 0 |
| HSL | 0.31º | 1% | 0.62% | - |
| HSV(B) | 0.31º | 0.76% | 1% | - |
| XYZ | 43.72 | 24.92 | 6.78 | - |
| YUV | 118.89 | 94.77 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 60 | 0 | 0.76 | 0.76 | 0 | 0.31 | 1 | 0.62 |
| Hex | FF | 3D | 3C | 0 | 4C | 4C | 0 | 0 | 64 | 3E |
| Octal | 377 | 75 | 74 | 0 | 114 | 114 | 0 | 0 | 144 | 76 |
| Binary | 11111111 | 111101 | 111100 | 0 | 1001100 | 1001100 | 0 | 0 | 1100100 | 111110 |
Color Harmonies of #FF3D3C
Complementary color
Monochromatic Colors of #FF3D3C
Black with #FF3D3C
Text Example
Text Example
White with #FF3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D3C; }
p { color: rgb(255,61,60); }
H1.HeaderClassName
{
color: #FF3D3C;
}
.AnyTagClassName
{
color: #FF3D3C;
}
</style>
background-color css
<style>
a { background-color: #FF3D3C; }
a { background-color: rgb(255,61,60); }
div.DivClassName
{
background-color: #FF3D3C;
}
.BgClassName
{
background-color: #FF3D3C;
}
</style>
border-color css
<style>
span { border-color: #FF3D3C; }
span { border-color: rgb(255,61,60); }
td.TdClassName
{
border-color: #FF3D3C;
}
.TagClassName
{
border-color: #FF3D3C;
}
</style>