Html Css Color HEX #ED0610 Venetian Red

📋 copy color: '#ED0610'

red 237 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #ED0610

Tints of Venetian Red #ED0610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 91.51%
G = 2.32%
B = 6.18%

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

#ED0610 (or 0xED0610) is known color: Venetian Red. HEX triplet: ED, 06 and 10. RGB value is (237,6,16). Sum of RGB (Red+Green+Blue) = 237+6+16=259 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.51% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0610 is #12F9EF. Grayscale: #4C4C4C. Windows color (decimal): -1243632 or 1050349. OLE color: 1050349.

HSL color Cylindrical-coordinate representation of color #ED0610: hue angle of 357.4º 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 #ED0610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 16 -
CMYK 0 0.97 0.93 0.07
HSL 357.4º 0.95% 0.48% -
HSV(B) 357.4º 0.97% 0.93% -
XYZ 35.08 18.17 2.15 -
YUV 76.21 94.03 242.69 -
System Red Green Blue C M Y K H S L
Decimal 237 6 16 0 0.97 0.93 0.07 357.4 0.95 0.48
Hex ED 6 10 0 61 5D 7 165 5F 30
Octal 355 6 20 0 141 135 7 545 137 60
Binary 11101101 110 10000 0 1100001 1011101 111 101100101 1011111 110000

Color Harmonies of #ED0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0610

Black with #ED0610

Text Example


Text Example

White with #ED0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0610; }

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

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

background-color css

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

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

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

border-color css

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

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

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