Html Css Color HEX #E8011B Venetian Red

📋 copy color: '#E8011B'

red 232 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #E8011B

Tints of Venetian Red #E8011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 89.23%
G = 0.38%
B = 10.38%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8011B (or 0xE8011B) is known color: Venetian Red. HEX triplet: E8, 01 and 1B. RGB value is (232,1,27). Sum of RGB (Red+Green+Blue) = 232+1+27=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E8011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8011B is #17FEE4. Grayscale: #494949. Windows color (decimal): -1572581 or 1769960. OLE color: 1769960.

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

Color convert

RGB 232 1 27 -
CMYK 0 1.00 0.88 0.09
HSL 353.25º 0.99% 0.46% -
HSV(B) 353.25º 1% 0.91% -
XYZ 33.49 17.26 2.6 -
YUV 73.03 102.03 241.39 -
System Red Green Blue C M Y K H S L
Decimal 232 1 27 0 1.00 0.88 0.09 353.25 0.99 0.46
Hex E8 1 1B 0 64 58 9 161 63 2E
Octal 350 1 33 0 144 130 11 541 143 56
Binary 11101000 1 11011 0 1100100 1011000 1001 101100001 1100011 101110

Color Harmonies of #E8011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8011B

Black with #E8011B

Text Example


Text Example

White with #E8011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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