Html Css Color HEX #E40911 Venetian Red

📋 copy color: '#E40911'

red 228 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #E40911

Tints of Venetian Red #E40911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 89.76%
G = 3.54%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E40911 (or 0xE40911) is known color: Venetian Red. HEX triplet: E4, 09 and 11. RGB value is (228,9,17). Sum of RGB (Red+Green+Blue) = 228+9+17=254 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.76% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 228 - color contains mainly: red. Hex color #E40911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40911 is #1BF6EE. Grayscale: #4B4B4B. Windows color (decimal): -1832687 or 1116644. OLE color: 1116644.

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

Color convert

RGB 228 9 17 -
CMYK 0 0.96 0.93 0.11
HSL 357.81º 0.92% 0.46% -
HSV(B) 357.81º 0.96% 0.89% -
XYZ 32.19 16.73 2.06 -
YUV 75.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 228 9 17 0 0.96 0.93 0.11 357.81 0.92 0.46
Hex E4 9 11 0 60 5D B 166 5C 2E
Octal 344 11 21 0 140 135 13 546 134 56
Binary 11100100 1001 10001 0 1100000 1011101 1011 101100110 1011100 101110

Color Harmonies of #E40911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40911

Black with #E40911

Text Example


Text Example

White with #E40911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40911; }

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

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

background-color css

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

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

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

border-color css

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

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

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