Html Css Color HEX #ED0710 Venetian Red

📋 copy color: '#ED0710'

red 237 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #ED0710

Tints of Venetian Red #ED0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

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

R = 91.15%
G = 2.69%
B = 6.15%

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

#ED0710 (or 0xED0710) is known color: Venetian Red. HEX triplet: ED, 07 and 10. RGB value is (237,7,16). Sum of RGB (Red+Green+Blue) = 237+7+16=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0710 is #12F8EF. Grayscale: #4C4C4C. Windows color (decimal): -1243376 or 1050605. OLE color: 1050605.

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

Color convert

RGB 237 7 16 -
CMYK 0 0.97 0.93 0.07
HSL 357.65º 0.94% 0.48% -
HSV(B) 357.65º 0.97% 0.93% -
XYZ 35.09 18.19 2.15 -
YUV 76.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 237 7 16 0 0.97 0.93 0.07 357.65 0.94 0.48
Hex ED 7 10 0 61 5D 7 166 5E 30
Octal 355 7 20 0 141 135 7 546 136 60
Binary 11101101 111 10000 0 1100001 1011101 111 101100110 1011110 110000

Color Harmonies of #ED0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0710

Black with #ED0710

Text Example


Text Example

White with #ED0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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