Html Css Color HEX #E00411 Venetian Red

📋 copy color: '#E00411'

red 224 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #E00411

Tints of Venetian Red #E00411

RGB

 RED value IS 224 (87.89% from 255) = 91.43%

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 91.43%
G = 1.63%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00411 (or 0xE00411) is known color: Venetian Red. HEX triplet: E0, 04 and 11. RGB value is (224,4,17). Sum of RGB (Red+Green+Blue) = 224+4+17=245 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.43% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 224 - color contains mainly: red. Hex color #E00411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00411 is #1FFBEE. Grayscale: #474747. Windows color (decimal): -2096111 or 1115360. OLE color: 1115360.

HSL color Cylindrical-coordinate representation of color #E00411: hue angle of 356.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 17 -
CMYK 0 0.98 0.92 0.12
HSL 356.45º 0.96% 0.45% -
HSV(B) 356.45º 0.98% 0.88% -
XYZ 30.89 15.97 1.99 -
YUV 71.26 97.39 236.94 -
System Red Green Blue C M Y K H S L
Decimal 224 4 17 0 0.98 0.92 0.12 356.45 0.96 0.45
Hex E0 4 11 0 62 5C C 164 60 2D
Octal 340 4 21 0 142 134 14 544 140 55
Binary 11100000 100 10001 0 1100010 1011100 1100 101100100 1100000 101101

Color Harmonies of #E00411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00411

Black with #E00411

Text Example


Text Example

White with #E00411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00411; }

 p { color: rgb(224,4,17); }

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

background-color css

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

 a { background-color: rgb(224,4,17); }

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

border-color css

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

 span { border-color: rgb(224,4,17); }

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