Html Css Color HEX #E1070B Venetian Red

📋 copy color: '#E1070B'

red 225 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #E1070B

Tints of Venetian Red #E1070B

RGB

 RED value IS 225 (88.28% from 255) = 92.59%

 GREEN value IS 7 (3.13% from 255) = 2.88%

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

R = 92.59%
G = 2.88%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1070B (or 0xE1070B) is known color: Venetian Red. HEX triplet: E1, 07 and 0B. RGB value is (225,7,11). Sum of RGB (Red+Green+Blue) = 225+7+11=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E1070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1070B is #1EF8F4. Grayscale: #484848. Windows color (decimal): -2029813 or 722913. OLE color: 722913.

HSL color Cylindrical-coordinate representation of color #E1070B: hue angle of 358.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 11 -
CMYK 0 0.97 0.95 0.12
HSL 358.9º 0.94% 0.45% -
HSV(B) 358.9º 0.97% 0.88% -
XYZ 31.19 16.18 1.8 -
YUV 72.64 93.22 236.67 -
System Red Green Blue C M Y K H S L
Decimal 225 7 11 0 0.97 0.95 0.12 358.9 0.94 0.45
Hex E1 7 B 0 61 5F C 167 5E 2D
Octal 341 7 13 0 141 137 14 547 136 55
Binary 11100001 111 1011 0 1100001 1011111 1100 101100111 1011110 101101

Color Harmonies of #E1070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1070B

Black with #E1070B

Text Example


Text Example

White with #E1070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1070B; }

 p { color: rgb(225,7,11); }

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

background-color css

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

 a { background-color: rgb(225,7,11); }

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

border-color css

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

 span { border-color: rgb(225,7,11); }

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