Html Css Color HEX #E0040B Venetian Red

📋 copy color: '#E0040B'

red 224 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #E0040B

Tints of Venetian Red #E0040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 93.72%
G = 1.67%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0040B (or 0xE0040B) is known color: Venetian Red. HEX triplet: E0, 04 and 0B. RGB value is (224,4,11). Sum of RGB (Red+Green+Blue) = 224+4+11=239 (31% of max value = 765). Red value is 224 (87.89% from 255 or 93.72% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 224 - color contains mainly: red. Hex color #E0040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0040B is #1FFBF4. Grayscale: #464646. Windows color (decimal): -2096117 or 722144. OLE color: 722144.

HSL color Cylindrical-coordinate representation of color #E0040B: hue angle of 358.09º 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 #E0040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 11 -
CMYK 0 0.98 0.95 0.12
HSL 358.09º 0.96% 0.45% -
HSV(B) 358.09º 0.98% 0.88% -
XYZ 30.84 15.96 1.77 -
YUV 70.58 94.39 237.43 -
System Red Green Blue C M Y K H S L
Decimal 224 4 11 0 0.98 0.95 0.12 358.09 0.96 0.45
Hex E0 4 B 0 62 5F C 166 60 2D
Octal 340 4 13 0 142 137 14 546 140 55
Binary 11100000 100 1011 0 1100010 1011111 1100 101100110 1100000 101101

Color Harmonies of #E0040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0040B

Black with #E0040B

Text Example


Text Example

White with #E0040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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