Html Css Color HEX #E2031D Venetian Red

📋 copy color: '#E2031D'

red 226 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #E2031D

Tints of Venetian Red #E2031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 87.6%
G = 1.16%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2031D (or 0xE2031D) is known color: Venetian Red. HEX triplet: E2, 03 and 1D. RGB value is (226,3,29). Sum of RGB (Red+Green+Blue) = 226+3+29=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E2031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2031D is #1DFCE2. Grayscale: #484848. Windows color (decimal): -1965283 or 1901538. OLE color: 1901538.

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

Color convert

RGB 226 3 29 -
CMYK 0 0.99 0.87 0.11
HSL 353º 0.97% 0.45% -
HSV(B) 353º 0.99% 0.89% -
XYZ 31.62 16.32 2.65 -
YUV 72.64 103.38 237.39 -
System Red Green Blue C M Y K H S L
Decimal 226 3 29 0 0.99 0.87 0.11 353 0.97 0.45
Hex E2 3 1D 0 63 57 B 161 61 2D
Octal 342 3 35 0 143 127 13 541 141 55
Binary 11100010 11 11101 0 1100011 1010111 1011 101100001 1100001 101101

Color Harmonies of #E2031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2031D

Black with #E2031D

Text Example


Text Example

White with #E2031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2031D; }

 p { color: rgb(226,3,29); }

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

background-color css

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

 a { background-color: rgb(226,3,29); }

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

border-color css

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

 span { border-color: rgb(226,3,29); }

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