Html Css Color HEX #E7010B Venetian Red

📋 copy color: '#E7010B'

red 231 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #E7010B

Tints of Venetian Red #E7010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 95.06%
G = 0.41%
B = 4.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7010B (or 0xE7010B) is known color: Venetian Red. HEX triplet: E7, 01 and 0B. RGB value is (231,1,11). Sum of RGB (Red+Green+Blue) = 231+1+11=243 (32% of max value = 765). Red value is 231 (90.62% from 255 or 95.06% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 231 - color contains mainly: red. Hex color #E7010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7010B is #18FEF4. Grayscale: #474747. Windows color (decimal): -1638133 or 721383. OLE color: 721383.

HSL color Cylindrical-coordinate representation of color #E7010B: hue angle of 357.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 11 -
CMYK 0 1.00 0.95 0.09
HSL 357.39º 0.99% 0.45% -
HSV(B) 357.39º 1% 0.91% -
XYZ 33.03 17.03 1.86 -
YUV 70.91 94.2 242.19 -
System Red Green Blue C M Y K H S L
Decimal 231 1 11 0 1.00 0.95 0.09 357.39 0.99 0.45
Hex E7 1 B 0 64 5F 9 165 63 2D
Octal 347 1 13 0 144 137 11 545 143 55
Binary 11100111 1 1011 0 1100100 1011111 1001 101100101 1100011 101101

Color Harmonies of #E7010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7010B

Black with #E7010B

Text Example


Text Example

White with #E7010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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