Html Css Color HEX #E7040F Venetian Red

📋 copy color: '#E7040F'

red 231 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #E7040F

Tints of Venetian Red #E7040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 92.4%
G = 1.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7040F (or 0xE7040F) is known color: Venetian Red. HEX triplet: E7, 04 and 0F. RGB value is (231,4,15). Sum of RGB (Red+Green+Blue) = 231+4+15=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E7040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7040F is #18FBF0. Grayscale: #494949. Windows color (decimal): -1637361 or 984295. OLE color: 984295.

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

Color convert

RGB 231 4 15 -
CMYK 0 0.98 0.94 0.09
HSL 357.09º 0.97% 0.46% -
HSV(B) 357.09º 0.98% 0.91% -
XYZ 33.08 17.11 2.01 -
YUV 73.13 95.21 240.61 -
System Red Green Blue C M Y K H S L
Decimal 231 4 15 0 0.98 0.94 0.09 357.09 0.97 0.46
Hex E7 4 F 0 62 5E 9 165 61 2E
Octal 347 4 17 0 142 136 11 545 141 56
Binary 11100111 100 1111 0 1100010 1011110 1001 101100101 1100001 101110

Color Harmonies of #E7040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7040F

Black with #E7040F

Text Example


Text Example

White with #E7040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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