Html Css Color HEX #E7050E Venetian Red

📋 copy color: '#E7050E'

red 231 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #E7050E

Tints of Venetian Red #E7050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 92.4%
G = 2%
B = 5.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

#E7050E (or 0xE7050E) is known color: Venetian Red. HEX triplet: E7, 05 and 0E. RGB value is (231,5,14). Sum of RGB (Red+Green+Blue) = 231+5+14=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050E is #18FAF1. Grayscale: #494949. Windows color (decimal): -1637106 or 919015. OLE color: 919015.

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

Color convert

RGB 231 5 14 -
CMYK 0 0.98 0.94 0.09
HSL 357.61º 0.96% 0.46% -
HSV(B) 357.61º 0.98% 0.91% -
XYZ 33.09 17.13 1.98 -
YUV 73.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 231 5 14 0 0.98 0.94 0.09 357.61 0.96 0.46
Hex E7 5 E 0 62 5E 9 166 60 2E
Octal 347 5 16 0 142 136 11 546 140 56
Binary 11100111 101 1110 0 1100010 1011110 1001 101100110 1100000 101110

Color Harmonies of #E7050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7050E

Black with #E7050E

Text Example


Text Example

White with #E7050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7050E; }

 p { color: rgb(231,5,14); }

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

background-color css

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

 a { background-color: rgb(231,5,14); }

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

border-color css

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

 span { border-color: rgb(231,5,14); }

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