Html Css Color HEX #E3021A Venetian Red

📋 copy color: '#E3021A'

red 227 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #E3021A

Tints of Venetian Red #E3021A

RGB

 RED value IS 227 (89.06% from 255) = 89.02%

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 89.02%
G = 0.78%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3021A (or 0xE3021A) is known color: Venetian Red. HEX triplet: E3, 02 and 1A. RGB value is (227,2,26). Sum of RGB (Red+Green+Blue) = 227+2+26=255 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.02% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 227 - color contains mainly: red. Hex color #E3021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3021A is #1CFDE5. Grayscale: #484848. Windows color (decimal): -1900006 or 1704675. OLE color: 1704675.

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

Color convert

RGB 227 2 26 -
CMYK 0 0.99 0.89 0.11
HSL 353.6º 0.98% 0.45% -
HSV(B) 353.6º 0.99% 0.89% -
XYZ 31.89 16.45 2.47 -
YUV 72.01 102.04 238.55 -
System Red Green Blue C M Y K H S L
Decimal 227 2 26 0 0.99 0.89 0.11 353.6 0.98 0.45
Hex E3 2 1A 0 63 59 B 162 62 2D
Octal 343 2 32 0 143 131 13 542 142 55
Binary 11100011 10 11010 0 1100011 1011001 1011 101100010 1100010 101101

Color Harmonies of #E3021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3021A

Black with #E3021A

Text Example


Text Example

White with #E3021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3021A; }

 p { color: rgb(227,2,26); }

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

background-color css

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

 a { background-color: rgb(227,2,26); }

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

border-color css

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

 span { border-color: rgb(227,2,26); }

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