Html Css Color HEX #ED080E Venetian Red

📋 copy color: '#ED080E'

red 237 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #ED080E

Tints of Venetian Red #ED080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 91.51%
G = 3.09%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED080E (or 0xED080E) is known color: Venetian Red. HEX triplet: ED, 08 and 0E. RGB value is (237,8,14). Sum of RGB (Red+Green+Blue) = 237+8+14=259 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.51% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 237 - color contains mainly: red. Hex color #ED080E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED080E is #12F7F1. Grayscale: #4D4D4D. Windows color (decimal): -1243122 or 919789. OLE color: 919789.

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

Color convert

RGB 237 8 14 -
CMYK 0 0.97 0.94 0.07
HSL 358.43º 0.93% 0.48% -
HSV(B) 358.43º 0.97% 0.93% -
XYZ 35.09 18.21 2.08 -
YUV 77.16 92.37 242.01 -
System Red Green Blue C M Y K H S L
Decimal 237 8 14 0 0.97 0.94 0.07 358.43 0.93 0.48
Hex ED 8 E 0 61 5E 7 166 5D 30
Octal 355 10 16 0 141 136 7 546 135 60
Binary 11101101 1000 1110 0 1100001 1011110 111 101100110 1011101 110000

Color Harmonies of #ED080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED080E

Black with #ED080E

Text Example


Text Example

White with #ED080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED080E; }

 p { color: rgb(237,8,14); }

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

background-color css

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

 a { background-color: rgb(237,8,14); }

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

border-color css

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

 span { border-color: rgb(237,8,14); }

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