Html Css Color HEX #E7000E Venetian Red

📋 copy color: '#E7000E'

red 231 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #E7000E

Tints of Venetian Red #E7000E

RGB

 RED value IS 231 (90.63% from 255) = 94.29%

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

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

R = 94.29%
G = 0%
B = 5.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7000E (or 0xE7000E) is known color: Venetian Red. HEX triplet: E7, 00 and 0E. RGB value is (231,0,14). Sum of RGB (Red+Green+Blue) = 231+0+14=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E7000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7000E is #18FFF1. Grayscale: #464646. Windows color (decimal): -1638386 or 917735. OLE color: 917735.

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

Color convert

RGB 231 0 14 -
CMYK 0 1 0.94 0.09
HSL 356.36º 1% 0.45% -
HSV(B) 356.36º 1% 0.91% -
XYZ 33.03 17.02 1.96 -
YUV 70.67 96.03 242.36 -
System Red Green Blue C M Y K H S L
Decimal 231 0 14 0 1 0.94 0.09 356.36 1 0.45
Hex E7 0 E 0 64 5E 9 164 64 2D
Octal 347 0 16 0 144 136 11 544 144 55
Binary 11100111 0 1110 0 1100100 1011110 1001 101100100 1100100 101101

Color Harmonies of #E7000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7000E

Black with #E7000E

Text Example


Text Example

White with #E7000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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