Html Css Color HEX #E7030A Venetian Red

📋 copy color: '#E7030A'

red 231 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #E7030A

Tints of Venetian Red #E7030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 94.67%
G = 1.23%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7030A (or 0xE7030A) is known color: Venetian Red. HEX triplet: E7, 03 and 0A. RGB value is (231,3,10). Sum of RGB (Red+Green+Blue) = 231+3+10=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E7030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7030A is #18FCF5. Grayscale: #484848. Windows color (decimal): -1637622 or 656359. OLE color: 656359.

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

Color convert

RGB 231 3 10 -
CMYK 0 0.99 0.96 0.09
HSL 358.16º 0.97% 0.46% -
HSV(B) 358.16º 0.99% 0.91% -
XYZ 33.04 17.08 1.84 -
YUV 71.97 93.04 241.43 -
System Red Green Blue C M Y K H S L
Decimal 231 3 10 0 0.99 0.96 0.09 358.16 0.97 0.46
Hex E7 3 A 0 63 60 9 166 61 2E
Octal 347 3 12 0 143 140 11 546 141 56
Binary 11100111 11 1010 0 1100011 1100000 1001 101100110 1100001 101110

Color Harmonies of #E7030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7030A

Black with #E7030A

Text Example


Text Example

White with #E7030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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