Html Css Color HEX #E1021B Venetian Red

📋 copy color: '#E1021B'

red 225 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #E1021B

Tints of Venetian Red #E1021B

RGB

 RED value IS 225 (88.28% from 255) = 88.58%

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

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

R = 88.58%
G = 0.79%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1021B (or 0xE1021B) is known color: Venetian Red. HEX triplet: E1, 02 and 1B. RGB value is (225,2,27). Sum of RGB (Red+Green+Blue) = 225+2+27=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E1021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1021B is #1EFDE4. Grayscale: #474747. Windows color (decimal): -2031077 or 1770209. OLE color: 1770209.

HSL color Cylindrical-coordinate representation of color #E1021B: hue angle of 353.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1021B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 2 27 -
CMYK 0 0.99 0.88 0.12
HSL 353.27º 0.98% 0.45% -
HSV(B) 353.27º 0.99% 0.88% -
XYZ 31.27 16.13 2.5 -
YUV 71.53 102.88 237.47 -
System Red Green Blue C M Y K H S L
Decimal 225 2 27 0 0.99 0.88 0.12 353.27 0.98 0.45
Hex E1 2 1B 0 63 58 C 161 62 2D
Octal 341 2 33 0 143 130 14 541 142 55
Binary 11100001 10 11011 0 1100011 1011000 1100 101100001 1100010 101101

Color Harmonies of #E1021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1021B

Black with #E1021B

Text Example


Text Example

White with #E1021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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