Html Css Color HEX #E5000E Venetian Red

📋 copy color: '#E5000E'

red 229 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #E5000E

Tints of Venetian Red #E5000E

RGB

 RED value IS 229 (89.84% from 255) = 94.24%

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

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

R = 94.24%
G = 0%
B = 5.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5000E (or 0xE5000E) is known color: Venetian Red. HEX triplet: E5, 00 and 0E. RGB value is (229,0,14). Sum of RGB (Red+Green+Blue) = 229+0+14=243 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.24% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 229 - color contains mainly: red. Hex color #E5000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5000E is #1AFFF1. Grayscale: #464646. Windows color (decimal): -1769458 or 917733. OLE color: 917733.

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

Color convert

RGB 229 0 14 -
CMYK 0 1 0.94 0.10
HSL 356.33º 1% 0.45% -
HSV(B) 356.33º 1% 0.9% -
XYZ 32.39 16.69 1.93 -
YUV 70.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 229 0 14 0 1 0.94 0.10 356.33 1 0.45
Hex E5 0 E 0 64 5E A 164 64 2D
Octal 345 0 16 0 144 136 12 544 144 55
Binary 11100101 0 1110 0 1100100 1011110 1010 101100100 1100100 101101

Color Harmonies of #E5000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5000E

Black with #E5000E

Text Example


Text Example

White with #E5000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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