Html Css Color HEX #E1000E Venetian Red

📋 copy color: '#E1000E'

red 225 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #E1000E

Tints of Venetian Red #E1000E

RGB

 RED value IS 225 (88.28% from 255) = 94.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.14%
G = 0%
B = 5.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1000E (or 0xE1000E) is known color: Venetian Red. HEX triplet: E1, 00 and 0E. RGB value is (225,0,14). Sum of RGB (Red+Green+Blue) = 225+0+14=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E1000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1000E is #1EFFF1. Grayscale: #454545. Windows color (decimal): -2031602 or 917729. OLE color: 917729.

HSL color Cylindrical-coordinate representation of color #E1000E: hue angle of 356.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 14 -
CMYK 0 1 0.94 0.12
HSL 356.27º 1% 0.44% -
HSV(B) 356.27º 1% 0.88% -
XYZ 31.13 16.04 1.87 -
YUV 68.87 97.04 239.36 -
System Red Green Blue C M Y K H S L
Decimal 225 0 14 0 1 0.94 0.12 356.27 1 0.44
Hex E1 0 E 0 64 5E C 164 64 2C
Octal 341 0 16 0 144 136 14 544 144 54
Binary 11100001 0 1110 0 1100100 1011110 1100 101100100 1100100 101100

Color Harmonies of #E1000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1000E

Black with #E1000E

Text Example


Text Example

White with #E1000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1000E; }

 p { color: rgb(225,0,14); }

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

background-color css

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

 a { background-color: rgb(225,0,14); }

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

border-color css

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

 span { border-color: rgb(225,0,14); }

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