Html Css Color HEX #E3021D Venetian Red

📋 copy color: '#E3021D'

red 227 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #E3021D

Tints of Venetian Red #E3021D

RGB

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

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

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

R = 87.98%
G = 0.78%
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

#E3021D (or 0xE3021D) is known color: Venetian Red. HEX triplet: E3, 02 and 1D. RGB value is (227,2,29). Sum of RGB (Red+Green+Blue) = 227+2+29=258 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.98% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 227 - color contains mainly: red. Hex color #E3021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3021D is #1CFDE2. Grayscale: #484848. Windows color (decimal): -1900003 or 1901283. OLE color: 1901283.

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

Color convert

RGB 227 2 29 -
CMYK 0 0.99 0.87 0.11
HSL 352.8º 0.98% 0.45% -
HSV(B) 352.8º 0.99% 0.89% -
XYZ 31.92 16.46 2.66 -
YUV 72.35 103.54 238.3 -
System Red Green Blue C M Y K H S L
Decimal 227 2 29 0 0.99 0.87 0.11 352.8 0.98 0.45
Hex E3 2 1D 0 63 57 B 161 62 2D
Octal 343 2 35 0 143 127 13 541 142 55
Binary 11100011 10 11101 0 1100011 1010111 1011 101100001 1100010 101101

Color Harmonies of #E3021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3021D

Black with #E3021D

Text Example


Text Example

White with #E3021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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