Html Css Color HEX #E40912 Venetian Red

📋 copy color: '#E40912'

red 228 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #E40912

Tints of Venetian Red #E40912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 89.41%
G = 3.53%
B = 7.06%

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

#E40912 (or 0xE40912) is known color: Venetian Red. HEX triplet: E4, 09 and 12. RGB value is (228,9,18). Sum of RGB (Red+Green+Blue) = 228+9+18=255 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.41% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 228 - color contains mainly: red. Hex color #E40912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40912 is #1BF6ED. Grayscale: #4B4B4B. Windows color (decimal): -1832686 or 1182180. OLE color: 1182180.

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

Color convert

RGB 228 9 18 -
CMYK 0 0.96 0.92 0.11
HSL 357.53º 0.92% 0.46% -
HSV(B) 357.53º 0.96% 0.89% -
XYZ 32.2 16.73 2.1 -
YUV 75.51 95.55 236.77 -
System Red Green Blue C M Y K H S L
Decimal 228 9 18 0 0.96 0.92 0.11 357.53 0.92 0.46
Hex E4 9 12 0 60 5C B 166 5C 2E
Octal 344 11 22 0 140 134 13 546 134 56
Binary 11100100 1001 10010 0 1100000 1011100 1011 101100110 1011100 101110

Color Harmonies of #E40912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40912

Black with #E40912

Text Example


Text Example

White with #E40912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40912; }

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

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

background-color css

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

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

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

border-color css

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

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

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