Shades of Venetian Red #ED030B
Tints of Venetian Red #ED030B
RGB
CMYK
RGB Variations
Color information
#ED030B (or 0xED030B) is known color: Venetian Red. HEX triplet: ED, 03 and 0B. RGB value is (237,3,11). Sum of RGB (Red+Green+Blue) = 237+3+11=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED030B is #12FCF4. Grayscale: #4A4A4A. Windows color (decimal): -1244405 or 721901. OLE color: 721901.
HSL color Cylindrical-coordinate representation of color #ED030B: hue angle of 357.95º 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 #ED030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.07 |
| HSL | 357.95º | 0.98% | 0.47% | - |
| HSV(B) | 357.95º | 0.99% | 0.93% | - |
| XYZ | 35.02 | 18.09 | 1.96 | - |
| YUV | 73.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 11 | 0 | 0.99 | 0.95 | 0.07 | 357.95 | 0.98 | 0.47 |
| Hex | ED | 3 | B | 0 | 63 | 5F | 7 | 166 | 62 | 2F |
| Octal | 355 | 3 | 13 | 0 | 143 | 137 | 7 | 546 | 142 | 57 |
| Binary | 11101101 | 11 | 1011 | 0 | 1100011 | 1011111 | 111 | 101100110 | 1100010 | 101111 |
Color Harmonies of #ED030B
Complementary color
Monochromatic Colors of #ED030B
Black with #ED030B
Text Example
Text Example
White with #ED030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED030B; }
p { color: rgb(237,3,11); }
H1.HeaderClassName
{
color: #ED030B;
}
.AnyTagClassName
{
color: #ED030B;
}
</style>
background-color css
<style>
a { background-color: #ED030B; }
a { background-color: rgb(237,3,11); }
div.DivClassName
{
background-color: #ED030B;
}
.BgClassName
{
background-color: #ED030B;
}
</style>
border-color css
<style>
span { border-color: #ED030B; }
span { border-color: rgb(237,3,11); }
td.TdClassName
{
border-color: #ED030B;
}
.TagClassName
{
border-color: #ED030B;
}
</style>