Html Css Color HEX #E2010A Venetian Red

📋 copy color: '#E2010A'

red 226 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #E2010A

Tints of Venetian Red #E2010A

RGB

 RED value IS 226 (88.67% from 255) = 95.36%

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

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

R = 95.36%
G = 0.42%
B = 4.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2010A (or 0xE2010A) is known color: Venetian Red. HEX triplet: E2, 01 and 0A. RGB value is (226,1,10). Sum of RGB (Red+Green+Blue) = 226+1+10=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E2010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2010A is #1DFEF5. Grayscale: #454545. Windows color (decimal): -1965814 or 655842. OLE color: 655842.

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

Color convert

RGB 226 1 10 -
CMYK 0 1.00 0.96 0.11
HSL 357.6º 0.99% 0.45% -
HSV(B) 357.6º 1% 0.89% -
XYZ 31.43 16.21 1.76 -
YUV 69.3 94.54 239.77 -
System Red Green Blue C M Y K H S L
Decimal 226 1 10 0 1.00 0.96 0.11 357.6 0.99 0.45
Hex E2 1 A 0 64 60 B 166 63 2D
Octal 342 1 12 0 144 140 13 546 143 55
Binary 11100010 1 1010 0 1100100 1100000 1011 101100110 1100011 101101

Color Harmonies of #E2010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2010A

Black with #E2010A

Text Example


Text Example

White with #E2010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2010A; }

 p { color: rgb(226,1,10); }

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

background-color css

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

 a { background-color: rgb(226,1,10); }

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

border-color css

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

 span { border-color: rgb(226,1,10); }

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