Html Css Color HEX #E00014 Venetian Red

📋 copy color: '#E00014'

red 224 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #E00014

Tints of Venetian Red #E00014

RGB

 RED value IS 224 (87.89% from 255) = 91.8%

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 91.8%
G = 0%
B = 8.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00014 (or 0xE00014) is known color: Venetian Red. HEX triplet: E0, 00 and 14. RGB value is (224,0,20). Sum of RGB (Red+Green+Blue) = 224+0+20=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E00014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00014 is #1FFFEB. Grayscale: #454545. Windows color (decimal): -2097132 or 1310944. OLE color: 1310944.

HSL color Cylindrical-coordinate representation of color #E00014: hue angle of 354.64º 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 #E00014 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 0 20 -
CMYK 0 1 0.91 0.12
HSL 354.64º 1% 0.44% -
HSV(B) 354.64º 1% 0.88% -
XYZ 30.87 15.9 2.1 -
YUV 69.26 100.21 238.37 -
System Red Green Blue C M Y K H S L
Decimal 224 0 20 0 1 0.91 0.12 354.64 1 0.44
Hex E0 0 14 0 64 5B C 163 64 2C
Octal 340 0 24 0 144 133 14 543 144 54
Binary 11100000 0 10100 0 1100100 1011011 1100 101100011 1100100 101100

Color Harmonies of #E00014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00014

Black with #E00014

Text Example


Text Example

White with #E00014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00014; }

 p { color: rgb(224,0,20); }

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

background-color css

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

 a { background-color: rgb(224,0,20); }

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

border-color css

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

 span { border-color: rgb(224,0,20); }

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