Shades of Venetian Red #ED0309
Tints of Venetian Red #ED0309
RGB
CMYK
RGB Variations
Color information
#ED0309 (or 0xED0309) is known color: Venetian Red. HEX triplet: ED, 03 and 09. RGB value is (237,3,9). Sum of RGB (Red+Green+Blue) = 237+3+9=249 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.18% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0309 is #12FCF6. Grayscale: #494949. Windows color (decimal): -1244407 or 590829. OLE color: 590829.
HSL color Cylindrical-coordinate representation of color #ED0309: hue angle of 358.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED0309 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.07 |
| HSL | 358.46º | 0.98% | 0.47% | - |
| HSV(B) | 358.46º | 0.99% | 0.93% | - |
| XYZ | 35.01 | 18.09 | 1.9 | - |
| YUV | 73.65 | 91.52 | 244.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 9 | 0 | 0.99 | 0.96 | 0.07 | 358.46 | 0.98 | 0.47 |
| Hex | ED | 3 | 9 | 0 | 63 | 60 | 7 | 166 | 62 | 2F |
| Octal | 355 | 3 | 11 | 0 | 143 | 140 | 7 | 546 | 142 | 57 |
| Binary | 11101101 | 11 | 1001 | 0 | 1100011 | 1100000 | 111 | 101100110 | 1100010 | 101111 |
Color Harmonies of #ED0309
Complementary color
Monochromatic Colors of #ED0309
Black with #ED0309
Text Example
Text Example
White with #ED0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0309; }
p { color: rgb(237,3,9); }
H1.HeaderClassName
{
color: #ED0309;
}
.AnyTagClassName
{
color: #ED0309;
}
</style>
background-color css
<style>
a { background-color: #ED0309; }
a { background-color: rgb(237,3,9); }
div.DivClassName
{
background-color: #ED0309;
}
.BgClassName
{
background-color: #ED0309;
}
</style>
border-color css
<style>
span { border-color: #ED0309; }
span { border-color: rgb(237,3,9); }
td.TdClassName
{
border-color: #ED0309;
}
.TagClassName
{
border-color: #ED0309;
}
</style>