Html Css Color HEX #E40616 Venetian Red

📋 copy color: '#E40616'

red 228 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #E40616

Tints of Venetian Red #E40616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 89.06%
G = 2.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E40616 (or 0xE40616) is known color: Venetian Red. HEX triplet: E4, 06 and 16. RGB value is (228,6,22). Sum of RGB (Red+Green+Blue) = 228+6+22=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E40616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40616 is #1BF9E9. Grayscale: #4A4A4A. Windows color (decimal): -1833450 or 1443556. OLE color: 1443556.

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

Color convert

RGB 228 6 22 -
CMYK 0 0.97 0.90 0.11
HSL 355.68º 0.95% 0.46% -
HSV(B) 355.68º 0.97% 0.89% -
XYZ 32.2 16.68 2.28 -
YUV 74.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 228 6 22 0 0.97 0.90 0.11 355.68 0.95 0.46
Hex E4 6 16 0 61 5A B 164 5F 2E
Octal 344 6 26 0 141 132 13 544 137 56
Binary 11100100 110 10110 0 1100001 1011010 1011 101100100 1011111 101110

Color Harmonies of #E40616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40616

Black with #E40616

Text Example


Text Example

White with #E40616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40616; }

 p { color: rgb(228,6,22); }

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

background-color css

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

 a { background-color: rgb(228,6,22); }

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

border-color css

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

 span { border-color: rgb(228,6,22); }

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