Html Css Color HEX #E30914 Venetian Red

📋 copy color: '#E30914'

red 227 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #E30914

Tints of Venetian Red #E30914

RGB

 RED value IS 227 (89.06% from 255) = 88.67%

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

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

R = 88.67%
G = 3.52%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E30914 (or 0xE30914) is known color: Venetian Red. HEX triplet: E3, 09 and 14. RGB value is (227,9,20). Sum of RGB (Red+Green+Blue) = 227+9+20=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E30914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30914 is #1CF6EB. Grayscale: #4B4B4B. Windows color (decimal): -1898220 or 1313251. OLE color: 1313251.

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

Color convert

RGB 227 9 20 -
CMYK 0 0.96 0.91 0.11
HSL 356.97º 0.92% 0.46% -
HSV(B) 356.97º 0.96% 0.89% -
XYZ 31.9 16.58 2.18 -
YUV 75.44 96.72 236.11 -
System Red Green Blue C M Y K H S L
Decimal 227 9 20 0 0.96 0.91 0.11 356.97 0.92 0.46
Hex E3 9 14 0 60 5B B 165 5C 2E
Octal 343 11 24 0 140 133 13 545 134 56
Binary 11100011 1001 10100 0 1100000 1011011 1011 101100101 1011100 101110

Color Harmonies of #E30914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30914

Black with #E30914

Text Example


Text Example

White with #E30914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30914; }

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

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

background-color css

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

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

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

border-color css

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

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

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