Html Css Color HEX #E7050A Venetian Red

📋 copy color: '#E7050A'

red 231 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #E7050A

Tints of Venetian Red #E7050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 93.9%
G = 2.03%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7050A (or 0xE7050A) is known color: Venetian Red. HEX triplet: E7, 05 and 0A. RGB value is (231,5,10). Sum of RGB (Red+Green+Blue) = 231+5+10=246 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.90% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050A is #18FAF5. Grayscale: #494949. Windows color (decimal): -1637110 or 656871. OLE color: 656871.

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

Color convert

RGB 231 5 10 -
CMYK 0 0.98 0.96 0.09
HSL 358.67º 0.96% 0.46% -
HSV(B) 358.67º 0.98% 0.91% -
XYZ 33.06 17.12 1.85 -
YUV 73.14 92.37 240.59 -
System Red Green Blue C M Y K H S L
Decimal 231 5 10 0 0.98 0.96 0.09 358.67 0.96 0.46
Hex E7 5 A 0 62 60 9 167 60 2E
Octal 347 5 12 0 142 140 11 547 140 56
Binary 11100111 101 1010 0 1100010 1100000 1001 101100111 1100000 101110

Color Harmonies of #E7050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7050A

Black with #E7050A

Text Example


Text Example

White with #E7050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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