Html Css Color HEX #E5010B Venetian Red

📋 copy color: '#E5010B'

red 229 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #E5010B

Tints of Venetian Red #E5010B

RGB

 RED value IS 229 (89.84% from 255) = 95.02%

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 95.02%
G = 0.41%
B = 4.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5010B (or 0xE5010B) is known color: Venetian Red. HEX triplet: E5, 01 and 0B. RGB value is (229,1,11). Sum of RGB (Red+Green+Blue) = 229+1+11=241 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.02% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 229 - color contains mainly: red. Hex color #E5010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5010B is #1AFEF4. Grayscale: #464646. Windows color (decimal): -1769205 or 721381. OLE color: 721381.

HSL color Cylindrical-coordinate representation of color #E5010B: hue angle of 357.37º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 11 -
CMYK 0 1.00 0.95 0.10
HSL 357.37º 0.99% 0.45% -
HSV(B) 357.37º 1% 0.9% -
XYZ 32.38 16.7 1.83 -
YUV 70.31 94.54 241.19 -
System Red Green Blue C M Y K H S L
Decimal 229 1 11 0 1.00 0.95 0.10 357.37 0.99 0.45
Hex E5 1 B 0 64 5F A 165 63 2D
Octal 345 1 13 0 144 137 12 545 143 55
Binary 11100101 1 1011 0 1100100 1011111 1010 101100101 1100011 101101

Color Harmonies of #E5010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5010B

Black with #E5010B

Text Example


Text Example

White with #E5010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5010B; }

 p { color: rgb(229,1,11); }

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

background-color css

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

 a { background-color: rgb(229,1,11); }

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

border-color css

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

 span { border-color: rgb(229,1,11); }

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