Html Css Color HEX #E40013 Venetian Red

📋 copy color: '#E40013'

red 228 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #E40013

Tints of Venetian Red #E40013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.31%
G = 0%
B = 7.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E40013 (or 0xE40013) is known color: Venetian Red. HEX triplet: E4, 00 and 13. RGB value is (228,0,19). Sum of RGB (Red+Green+Blue) = 228+0+19=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E40013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40013 is #1BFFEC. Grayscale: #464646. Windows color (decimal): -1834989 or 1245412. OLE color: 1245412.

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

Color convert

RGB 228 0 19 -
CMYK 0 1 0.92 0.11
HSL 355º 1% 0.45% -
HSV(B) 355º 1% 0.89% -
XYZ 32.11 16.54 2.12 -
YUV 70.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 228 0 19 0 1 0.92 0.11 355 1 0.45
Hex E4 0 13 0 64 5C B 163 64 2D
Octal 344 0 23 0 144 134 13 543 144 55
Binary 11100100 0 10011 0 1100100 1011100 1011 101100011 1100100 101101

Color Harmonies of #E40013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40013

Black with #E40013

Text Example


Text Example

White with #E40013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40013; }

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

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

background-color css

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

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

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

border-color css

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

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

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