Html Css Color HEX #E7040B Venetian Red

📋 copy color: '#E7040B'

red 231 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #E7040B

Tints of Venetian Red #E7040B

RGB

 RED value IS 231 (90.63% from 255) = 93.9%

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

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

R = 93.9%
G = 1.63%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7040B (or 0xE7040B) is known color: Venetian Red. HEX triplet: E7, 04 and 0B. RGB value is (231,4,11). Sum of RGB (Red+Green+Blue) = 231+4+11=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7040B is #18FBF4. Grayscale: #484848. Windows color (decimal): -1637365 or 722151. OLE color: 722151.

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

Color convert

RGB 231 4 11 -
CMYK 0 0.98 0.95 0.09
HSL 358.15º 0.97% 0.46% -
HSV(B) 358.15º 0.98% 0.91% -
XYZ 33.06 17.1 1.87 -
YUV 72.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 231 4 11 0 0.98 0.95 0.09 358.15 0.97 0.46
Hex E7 4 B 0 62 5F 9 166 61 2E
Octal 347 4 13 0 142 137 11 546 141 56
Binary 11100111 100 1011 0 1100010 1011111 1001 101100110 1100001 101110

Color Harmonies of #E7040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7040B

Black with #E7040B

Text Example


Text Example

White with #E7040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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