Html Css Color HEX #E40311 Venetian Red

📋 copy color: '#E40311'

red 228 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #E40311

Tints of Venetian Red #E40311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 91.94%
G = 1.21%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E40311 (or 0xE40311) is known color: Venetian Red. HEX triplet: E4, 03 and 11. RGB value is (228,3,17). Sum of RGB (Red+Green+Blue) = 228+3+17=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E40311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40311 is #1BFCEE. Grayscale: #484848. Windows color (decimal): -1834223 or 1115108. OLE color: 1115108.

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

Color convert

RGB 228 3 17 -
CMYK 0 0.99 0.93 0.11
HSL 356.27º 0.97% 0.45% -
HSV(B) 356.27º 0.99% 0.89% -
XYZ 32.13 16.6 2.04 -
YUV 71.87 97.04 239.36 -
System Red Green Blue C M Y K H S L
Decimal 228 3 17 0 0.99 0.93 0.11 356.27 0.97 0.45
Hex E4 3 11 0 63 5D B 164 61 2D
Octal 344 3 21 0 143 135 13 544 141 55
Binary 11100100 11 10001 0 1100011 1011101 1011 101100100 1100001 101101

Color Harmonies of #E40311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40311

Black with #E40311

Text Example


Text Example

White with #E40311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40311; }

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

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

background-color css

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

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

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

border-color css

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

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

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