Html Css Color HEX #E8021B Venetian Red

📋 copy color: '#E8021B'

red 232 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #E8021B

Tints of Venetian Red #E8021B

RGB

 RED value IS 232 (91.02% from 255) = 88.89%

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

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

R = 88.89%
G = 0.77%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8021B (or 0xE8021B) is known color: Venetian Red. HEX triplet: E8, 02 and 1B. RGB value is (232,2,27). Sum of RGB (Red+Green+Blue) = 232+2+27=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E8021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8021B is #17FDE4. Grayscale: #494949. Windows color (decimal): -1572325 or 1770216. OLE color: 1770216.

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

Color convert

RGB 232 2 27 -
CMYK 0 0.99 0.88 0.09
HSL 353.48º 0.98% 0.46% -
HSV(B) 353.48º 0.99% 0.91% -
XYZ 33.5 17.28 2.61 -
YUV 73.62 101.7 240.97 -
System Red Green Blue C M Y K H S L
Decimal 232 2 27 0 0.99 0.88 0.09 353.48 0.98 0.46
Hex E8 2 1B 0 63 58 9 161 62 2E
Octal 350 2 33 0 143 130 11 541 142 56
Binary 11101000 10 11011 0 1100011 1011000 1001 101100001 1100010 101110

Color Harmonies of #E8021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8021B

Black with #E8021B

Text Example


Text Example

White with #E8021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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