Shades of Crusta #ED7F51
Tints of Crusta #ED7F51
RGB
CMYK
RGB Variations
Color information
#ED7F51 (or 0xED7F51) is known color: Crusta. HEX triplet: ED, 7F and 51. RGB value is (237,127,81). Sum of RGB (Red+Green+Blue) = 237+127+81=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F51 is #1280AE. Grayscale: #9A9A9A. Windows color (decimal): -1212591 or 5341165. OLE color: 5341165.
HSL color Cylindrical-coordinate representation of color #ED7F51: hue angle of 17.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED7F51 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 81 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.07 |
| HSL | 17.69º | 0.81% | 0.62% | - |
| HSV(B) | 17.69º | 0.66% | 0.93% | - |
| XYZ | 44 | 33.78 | 11.99 | - |
| YUV | 154.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 81 | 0 | 0.46 | 0.66 | 0.07 | 17.69 | 0.81 | 0.62 |
| Hex | ED | 7F | 51 | 0 | 2E | 42 | 7 | 12 | 51 | 3E |
| Octal | 355 | 177 | 121 | 0 | 56 | 102 | 7 | 22 | 121 | 76 |
| Binary | 11101101 | 1111111 | 1010001 | 0 | 101110 | 1000010 | 111 | 10010 | 1010001 | 111110 |
Color Harmonies of #ED7F51
Complementary color
Monochromatic Colors of #ED7F51
Black with #ED7F51
Text Example
Text Example
White with #ED7F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F51; }
p { color: rgb(237,127,81); }
H1.HeaderClassName
{
color: #ED7F51;
}
.AnyTagClassName
{
color: #ED7F51;
}
</style>
background-color css
<style>
a { background-color: #ED7F51; }
a { background-color: rgb(237,127,81); }
div.DivClassName
{
background-color: #ED7F51;
}
.BgClassName
{
background-color: #ED7F51;
}
</style>
border-color css
<style>
span { border-color: #ED7F51; }
span { border-color: rgb(237,127,81); }
td.TdClassName
{
border-color: #ED7F51;
}
.TagClassName
{
border-color: #ED7F51;
}
</style>