Shades of Venetian Red #ED010F
Tints of Venetian Red #ED010F
RGB
CMYK
RGB Variations
Color information
#ED010F (or 0xED010F) is known color: Venetian Red. HEX triplet: ED, 01 and 0F. RGB value is (237,1,15). Sum of RGB (Red+Green+Blue) = 237+1+15=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED010F is #12FEF0. Grayscale: #494949. Windows color (decimal): -1244913 or 983533. OLE color: 983533.
HSL color Cylindrical-coordinate representation of color #ED010F: hue angle of 356.44º 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 #ED010F is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.07 |
| HSL | 356.44º | 0.99% | 0.47% | - |
| HSV(B) | 356.44º | 1% | 0.93% | - |
| XYZ | 35.02 | 18.06 | 2.09 | - |
| YUV | 73.16 | 95.19 | 244.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 15 | 0 | 1.00 | 0.94 | 0.07 | 356.44 | 0.99 | 0.47 |
| Hex | ED | 1 | F | 0 | 64 | 5E | 7 | 164 | 63 | 2F |
| Octal | 355 | 1 | 17 | 0 | 144 | 136 | 7 | 544 | 143 | 57 |
| Binary | 11101101 | 1 | 1111 | 0 | 1100100 | 1011110 | 111 | 101100100 | 1100011 | 101111 |
Color Harmonies of #ED010F
Complementary color
Monochromatic Colors of #ED010F
Black with #ED010F
Text Example
Text Example
White with #ED010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED010F; }
p { color: rgb(237,1,15); }
H1.HeaderClassName
{
color: #ED010F;
}
.AnyTagClassName
{
color: #ED010F;
}
</style>
background-color css
<style>
a { background-color: #ED010F; }
a { background-color: rgb(237,1,15); }
div.DivClassName
{
background-color: #ED010F;
}
.BgClassName
{
background-color: #ED010F;
}
</style>
border-color css
<style>
span { border-color: #ED010F; }
span { border-color: rgb(237,1,15); }
td.TdClassName
{
border-color: #ED010F;
}
.TagClassName
{
border-color: #ED010F;
}
</style>