Html Css Color HEX #E2080F Venetian Red

📋 copy color: '#E2080F'

red 226 ◦ green 8 ◦ blue 15

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

Shades of Venetian Red #E2080F

Tints of Venetian Red #E2080F

RGB

 RED value IS 226 (88.67% from 255) = 90.76%

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 90.76%
G = 3.21%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2080F (or 0xE2080F) is known color: Venetian Red. HEX triplet: E2, 08 and 0F. RGB value is (226,8,15). Sum of RGB (Red+Green+Blue) = 226+8+15=249 (32% of max value = 765). Red value is 226 (88.67% from 255 or 90.76% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 226 - color contains mainly: red. Hex color #E2080F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2080F is #1DF7F0. Grayscale: #4A4A4A. Windows color (decimal): -1964017 or 985314. OLE color: 985314.

HSL color Cylindrical-coordinate representation of color #E2080F: hue angle of 358.07º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2080F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 8 15 -
CMYK 0 0.96 0.93 0.11
HSL 358.07º 0.93% 0.46% -
HSV(B) 358.07º 0.96% 0.89% -
XYZ 31.54 16.38 1.95 -
YUV 73.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 226 8 15 0 0.96 0.93 0.11 358.07 0.93 0.46
Hex E2 8 F 0 60 5D B 166 5D 2E
Octal 342 10 17 0 140 135 13 546 135 56
Binary 11100010 1000 1111 0 1100000 1011101 1011 101100110 1011101 101110

Color Harmonies of #E2080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2080F

Black with #E2080F

Text Example


Text Example

White with #E2080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2080F; }

 p { color: rgb(226,8,15); }

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

background-color css

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

 a { background-color: rgb(226,8,15); }

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

border-color css

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

 span { border-color: rgb(226,8,15); }

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