Html Css Color HEX #E2021D Venetian Red

📋 copy color: '#E2021D'

red 226 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #E2021D

Tints of Venetian Red #E2021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 87.94%
G = 0.78%
B = 11.28%

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

#E2021D (or 0xE2021D) is known color: Venetian Red. HEX triplet: E2, 02 and 1D. RGB value is (226,2,29). Sum of RGB (Red+Green+Blue) = 226+2+29=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E2021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2021D is #1DFDE2. Grayscale: #484848. Windows color (decimal): -1965539 or 1901282. OLE color: 1901282.

HSL color Cylindrical-coordinate representation of color #E2021D: hue angle of 352.77º degrees, saturation: 0.98, 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 #E2021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 2 29 -
CMYK 0 0.99 0.87 0.11
HSL 352.77º 0.98% 0.45% -
HSV(B) 352.77º 0.99% 0.89% -
XYZ 31.61 16.3 2.64 -
YUV 72.05 103.71 237.8 -
System Red Green Blue C M Y K H S L
Decimal 226 2 29 0 0.99 0.87 0.11 352.77 0.98 0.45
Hex E2 2 1D 0 63 57 B 161 62 2D
Octal 342 2 35 0 143 127 13 541 142 55
Binary 11100010 10 11101 0 1100011 1010111 1011 101100001 1100010 101101

Color Harmonies of #E2021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2021D

Black with #E2021D

Text Example


Text Example

White with #E2021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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