Html Css Color HEX #E3021B Venetian Red

📋 copy color: '#E3021B'

red 227 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #E3021B

Tints of Venetian Red #E3021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 88.67%
G = 0.78%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3021B (or 0xE3021B) is known color: Venetian Red. HEX triplet: E3, 02 and 1B. RGB value is (227,2,27). Sum of RGB (Red+Green+Blue) = 227+2+27=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E3021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3021B is #1CFDE4. Grayscale: #484848. Windows color (decimal): -1900005 or 1770211. OLE color: 1770211.

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

Color convert

RGB 227 2 27 -
CMYK 0 0.99 0.88 0.11
HSL 353.33º 0.98% 0.45% -
HSV(B) 353.33º 0.99% 0.89% -
XYZ 31.9 16.45 2.53 -
YUV 72.13 102.54 238.47 -
System Red Green Blue C M Y K H S L
Decimal 227 2 27 0 0.99 0.88 0.11 353.33 0.98 0.45
Hex E3 2 1B 0 63 58 B 161 62 2D
Octal 343 2 33 0 143 130 13 541 142 55
Binary 11100011 10 11011 0 1100011 1011000 1011 101100001 1100010 101101

Color Harmonies of #E3021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3021B

Black with #E3021B

Text Example


Text Example

White with #E3021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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