Html Css Color HEX #ED0611 Venetian Red

📋 copy color: '#ED0611'

red 237 ◦ green 6 ◦ blue 17

#ED0611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #ED0611

Tints of Venetian Red #ED0611

RGB

 RED value IS 237 (92.97% from 255) = 91.15%

 GREEN value IS 6 (2.73% from 255) = 2.31%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 91.15%
G = 2.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED0611 (or 0xED0611) is known color: Venetian Red. HEX triplet: ED, 06 and 11. RGB value is (237,6,17). Sum of RGB (Red+Green+Blue) = 237+6+17=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0611 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0611 is #12F9EE. Grayscale: #4C4C4C. Windows color (decimal): -1243631 or 1115885. OLE color: 1115885.

HSL color Cylindrical-coordinate representation of color #ED0611: hue angle of 357.14º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0611 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 17 -
CMYK 0 0.97 0.93 0.07
HSL 357.14º 0.95% 0.48% -
HSV(B) 357.14º 0.97% 0.93% -
XYZ 35.09 18.18 2.19 -
YUV 76.32 94.53 242.61 -
System Red Green Blue C M Y K H S L
Decimal 237 6 17 0 0.97 0.93 0.07 357.14 0.95 0.48
Hex ED 6 11 0 61 5D 7 165 5F 30
Octal 355 6 21 0 141 135 7 545 137 60
Binary 11101101 110 10001 0 1100001 1011101 111 101100101 1011111 110000

Color Harmonies of #ED0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0611

Black with #ED0611

Text Example


Text Example

White with #ED0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0611; }

 p { color: rgb(237,6,17); }

 H1.HeaderClassName
 {
   color: #ED0611;
 }
 .AnyTagClassName
 {
   color: #ED0611;
 }
</style>

background-color css

<style>
 a { background-color: #ED0611; }

 a { background-color: rgb(237,6,17); }

 div.DivClassName
 {
   background-color: #ED0611;
 }
 .BgClassName
 {
   background-color: #ED0611;
 }
</style>

border-color css

<style>
 span { border-color: #ED0611; }

 span { border-color: rgb(237,6,17); }

 td.TdClassName
 {
   border-color: #ED0611;
 }
 .TagClassName
 {
   border-color: #ED0611;
 }
</style>