Html Css Color HEX #E1070F Venetian Red

📋 copy color: '#E1070F'

red 225 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #E1070F

Tints of Venetian Red #E1070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 91.09%
G = 2.83%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1070F (or 0xE1070F) is known color: Venetian Red. HEX triplet: E1, 07 and 0F. RGB value is (225,7,15). Sum of RGB (Red+Green+Blue) = 225+7+15=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E1070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1070F is #1EF8F0. Grayscale: #494949. Windows color (decimal): -2029809 or 985057. OLE color: 985057.

HSL color Cylindrical-coordinate representation of color #E1070F: hue angle of 357.8º 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 #E1070F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 15 -
CMYK 0 0.97 0.93 0.12
HSL 357.8º 0.94% 0.45% -
HSV(B) 357.8º 0.97% 0.88% -
XYZ 31.21 16.19 1.93 -
YUV 73.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 225 7 15 0 0.97 0.93 0.12 357.8 0.94 0.45
Hex E1 7 F 0 61 5D C 166 5E 2D
Octal 341 7 17 0 141 135 14 546 136 55
Binary 11100001 111 1111 0 1100001 1011101 1100 101100110 1011110 101101

Color Harmonies of #E1070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1070F

Black with #E1070F

Text Example


Text Example

White with #E1070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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