Shades of Venetian Red #ED0115
Tints of Venetian Red #ED0115
RGB
CMYK
RGB Variations
Color information
#ED0115 (or 0xED0115) is known color: Venetian Red. HEX triplet: ED, 01 and 15. RGB value is (237,1,21). Sum of RGB (Red+Green+Blue) = 237+1+21=259 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.51% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0115 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0115 is #12FEEA. Grayscale: #4A4A4A. Windows color (decimal): -1244907 or 1376749. OLE color: 1376749.
HSL color Cylindrical-coordinate representation of color #ED0115: hue angle of 354.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0115 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.91 | 0.07 |
| HSL | 354.92º | 0.99% | 0.47% | - |
| HSV(B) | 354.92º | 1% | 0.93% | - |
| XYZ | 35.07 | 18.08 | 2.35 | - |
| YUV | 73.84 | 98.19 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 21 | 0 | 1.00 | 0.91 | 0.07 | 354.92 | 0.99 | 0.47 |
| Hex | ED | 1 | 15 | 0 | 64 | 5B | 7 | 163 | 63 | 2F |
| Octal | 355 | 1 | 25 | 0 | 144 | 133 | 7 | 543 | 143 | 57 |
| Binary | 11101101 | 1 | 10101 | 0 | 1100100 | 1011011 | 111 | 101100011 | 1100011 | 101111 |
Color Harmonies of #ED0115
Complementary color
Monochromatic Colors of #ED0115
Black with #ED0115
Text Example
Text Example
White with #ED0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0115; }
p { color: rgb(237,1,21); }
H1.HeaderClassName
{
color: #ED0115;
}
.AnyTagClassName
{
color: #ED0115;
}
</style>
background-color css
<style>
a { background-color: #ED0115; }
a { background-color: rgb(237,1,21); }
div.DivClassName
{
background-color: #ED0115;
}
.BgClassName
{
background-color: #ED0115;
}
</style>
border-color css
<style>
span { border-color: #ED0115; }
span { border-color: rgb(237,1,21); }
td.TdClassName
{
border-color: #ED0115;
}
.TagClassName
{
border-color: #ED0115;
}
</style>