Html Css Color HEX #E00914 Venetian Red

📋 copy color: '#E00914'

red 224 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #E00914

Tints of Venetian Red #E00914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 88.54%
G = 3.56%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E00914 (or 0xE00914) is known color: Venetian Red. HEX triplet: E0, 09 and 14. RGB value is (224,9,20). Sum of RGB (Red+Green+Blue) = 224+9+20=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E00914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00914 is #1FF6EB. Grayscale: #4A4A4A. Windows color (decimal): -2094828 or 1313248. OLE color: 1313248.

HSL color Cylindrical-coordinate representation of color #E00914: hue angle of 356.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00914 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 20 -
CMYK 0 0.96 0.91 0.12
HSL 356.93º 0.92% 0.46% -
HSV(B) 356.93º 0.96% 0.88% -
XYZ 30.96 16.09 2.14 -
YUV 74.54 97.23 234.61 -
System Red Green Blue C M Y K H S L
Decimal 224 9 20 0 0.96 0.91 0.12 356.93 0.92 0.46
Hex E0 9 14 0 60 5B C 165 5C 2E
Octal 340 11 24 0 140 133 14 545 134 56
Binary 11100000 1001 10100 0 1100000 1011011 1100 101100101 1011100 101110

Color Harmonies of #E00914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00914

Black with #E00914

Text Example


Text Example

White with #E00914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00914; }

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

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

background-color css

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

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

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

border-color css

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

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

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