Html Css Color HEX #E2010D Venetian Red

📋 copy color: '#E2010D'

red 226 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #E2010D

Tints of Venetian Red #E2010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 94.17%
G = 0.42%
B = 5.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2010D (or 0xE2010D) is known color: Venetian Red. HEX triplet: E2, 01 and 0D. RGB value is (226,1,13). Sum of RGB (Red+Green+Blue) = 226+1+13=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E2010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2010D is #1DFEF2. Grayscale: #454545. Windows color (decimal): -1965811 or 852450. OLE color: 852450.

HSL color Cylindrical-coordinate representation of color #E2010D: hue angle of 356.8º 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 #E2010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 13 -
CMYK 0 1.00 0.94 0.11
HSL 356.8º 0.99% 0.45% -
HSV(B) 356.8º 1% 0.89% -
XYZ 31.45 16.22 1.85 -
YUV 69.64 96.04 239.52 -
System Red Green Blue C M Y K H S L
Decimal 226 1 13 0 1.00 0.94 0.11 356.8 0.99 0.45
Hex E2 1 D 0 64 5E B 165 63 2D
Octal 342 1 15 0 144 136 13 545 143 55
Binary 11100010 1 1101 0 1100100 1011110 1011 101100101 1100011 101101

Color Harmonies of #E2010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2010D

Black with #E2010D

Text Example


Text Example

White with #E2010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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