Html Css Color HEX #E3021E Venetian Red

📋 copy color: '#E3021E'

red 227 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #E3021E

Tints of Venetian Red #E3021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 87.64%
G = 0.77%
B = 11.58%

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

#E3021E (or 0xE3021E) is known color: Venetian Red. HEX triplet: E3, 02 and 1E. RGB value is (227,2,30). Sum of RGB (Red+Green+Blue) = 227+2+30=259 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.64% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 227 - color contains mainly: red. Hex color #E3021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3021E is #1CFDE1. Grayscale: #484848. Windows color (decimal): -1900002 or 1966819. OLE color: 1966819.

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

Color convert

RGB 227 2 30 -
CMYK 0 0.99 0.87 0.11
HSL 352.53º 0.98% 0.45% -
HSV(B) 352.53º 0.99% 0.89% -
XYZ 31.93 16.47 2.72 -
YUV 72.47 104.04 238.22 -
System Red Green Blue C M Y K H S L
Decimal 227 2 30 0 0.99 0.87 0.11 352.53 0.98 0.45
Hex E3 2 1E 0 63 57 B 161 62 2D
Octal 343 2 36 0 143 127 13 541 142 55
Binary 11100011 10 11110 0 1100011 1010111 1011 101100001 1100010 101101

Color Harmonies of #E3021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3021E

Black with #E3021E

Text Example


Text Example

White with #E3021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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