Html Css Color HEX #E1070A Venetian Red

📋 copy color: '#E1070A'

red 225 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #E1070A

Tints of Venetian Red #E1070A

RGB

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

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

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

R = 92.98%
G = 2.89%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1070A (or 0xE1070A) is known color: Venetian Red. HEX triplet: E1, 07 and 0A. RGB value is (225,7,10). Sum of RGB (Red+Green+Blue) = 225+7+10=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E1070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1070A is #1EF8F5. Grayscale: #484848. Windows color (decimal): -2029814 or 657377. OLE color: 657377.

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

Color convert

RGB 225 7 10 -
CMYK 0 0.97 0.96 0.12
HSL 359.17º 0.94% 0.45% -
HSV(B) 359.17º 0.97% 0.88% -
XYZ 31.18 16.18 1.77 -
YUV 72.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 225 7 10 0 0.97 0.96 0.12 359.17 0.94 0.45
Hex E1 7 A 0 61 60 C 167 5E 2D
Octal 341 7 12 0 141 140 14 547 136 55
Binary 11100001 111 1010 0 1100001 1100000 1100 101100111 1011110 101101

Color Harmonies of #E1070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1070A

Black with #E1070A

Text Example


Text Example

White with #E1070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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