Html Css Color HEX #E40913 Venetian Red

📋 copy color: '#E40913'

red 228 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #E40913

Tints of Venetian Red #E40913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 89.06%
G = 3.52%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E40913 (or 0xE40913) is known color: Venetian Red. HEX triplet: E4, 09 and 13. RGB value is (228,9,19). Sum of RGB (Red+Green+Blue) = 228+9+19=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E40913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40913 is #1BF6EC. Grayscale: #4B4B4B. Windows color (decimal): -1832685 or 1247716. OLE color: 1247716.

HSL color Cylindrical-coordinate representation of color #E40913: hue angle of 357.26º 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 #E40913 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 9 19 -
CMYK 0 0.96 0.92 0.11
HSL 357.26º 0.92% 0.46% -
HSV(B) 357.26º 0.96% 0.89% -
XYZ 32.21 16.74 2.15 -
YUV 75.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 228 9 19 0 0.96 0.92 0.11 357.26 0.92 0.46
Hex E4 9 13 0 60 5C B 165 5C 2E
Octal 344 11 23 0 140 134 13 545 134 56
Binary 11100100 1001 10011 0 1100000 1011100 1011 101100101 1011100 101110

Color Harmonies of #E40913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40913

Black with #E40913

Text Example


Text Example

White with #E40913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40913; }

 p { color: rgb(228,9,19); }

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

background-color css

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

 a { background-color: rgb(228,9,19); }

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

border-color css

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

 span { border-color: rgb(228,9,19); }

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