Html Css Color HEX #E4000E Venetian Red

📋 copy color: '#E4000E'

red 228 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #E4000E

Tints of Venetian Red #E4000E

RGB

 RED value IS 228 (89.45% from 255) = 94.21%

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

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

R = 94.21%
G = 0%
B = 5.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4000E (or 0xE4000E) is known color: Venetian Red. HEX triplet: E4, 00 and 0E. RGB value is (228,0,14). Sum of RGB (Red+Green+Blue) = 228+0+14=242 (32% of max value = 765). Red value is 228 (89.45% from 255 or 94.21% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 228 - color contains mainly: red. Hex color #E4000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4000E is #1BFFF1. Grayscale: #454545. Windows color (decimal): -1834994 or 917732. OLE color: 917732.

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

Color convert

RGB 228 0 14 -
CMYK 0 1 0.94 0.11
HSL 356.32º 1% 0.45% -
HSV(B) 356.32º 1% 0.89% -
XYZ 32.07 16.53 1.91 -
YUV 69.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 228 0 14 0 1 0.94 0.11 356.32 1 0.45
Hex E4 0 E 0 64 5E B 164 64 2D
Octal 344 0 16 0 144 136 13 544 144 55
Binary 11100100 0 1110 0 1100100 1011110 1011 101100100 1100100 101101

Color Harmonies of #E4000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4000E

Black with #E4000E

Text Example


Text Example

White with #E4000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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