Shades of Venetian Red #ED0002
Tints of Venetian Red #ED0002
RGB
CMYK
RGB Variations
Color information
#ED0002 (or 0xED0002) is known color: Venetian Red. HEX triplet: ED, 00 and 02. RGB value is (237,0,2). Sum of RGB (Red+Green+Blue) = 237+0+2=239 (31% of max value = 765). Red value is 237 (92.97% from 255 or 99.16% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0002 is #12FFFD. Grayscale: #474747. Windows color (decimal): -1245182 or 131309. OLE color: 131309.
HSL color Cylindrical-coordinate representation of color #ED0002: hue angle of 359.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.07 |
| HSL | 359.49º | 1% | 0.46% | - |
| HSV(B) | 359.49º | 1% | 0.93% | - |
| XYZ | 34.94 | 18.01 | 1.69 | - |
| YUV | 71.09 | 89.02 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 2 | 0 | 1 | 0.99 | 0.07 | 359.49 | 1 | 0.46 |
| Hex | ED | 0 | 2 | 0 | 64 | 63 | 7 | 167 | 64 | 2E |
| Octal | 355 | 0 | 2 | 0 | 144 | 143 | 7 | 547 | 144 | 56 |
| Binary | 11101101 | 0 | 10 | 0 | 1100100 | 1100011 | 111 | 101100111 | 1100100 | 101110 |
Color Harmonies of #ED0002
Complementary color
Monochromatic Colors of #ED0002
Black with #ED0002
Text Example
Text Example
White with #ED0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0002; }
p { color: rgb(237,0,2); }
H1.HeaderClassName
{
color: #ED0002;
}
.AnyTagClassName
{
color: #ED0002;
}
</style>
background-color css
<style>
a { background-color: #ED0002; }
a { background-color: rgb(237,0,2); }
div.DivClassName
{
background-color: #ED0002;
}
.BgClassName
{
background-color: #ED0002;
}
</style>
border-color css
<style>
span { border-color: #ED0002; }
span { border-color: rgb(237,0,2); }
td.TdClassName
{
border-color: #ED0002;
}
.TagClassName
{
border-color: #ED0002;
}
</style>