Html Css Color HEX #E5031B Venetian Red

📋 copy color: '#E5031B'

red 229 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #E5031B

Tints of Venetian Red #E5031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 88.42%
G = 1.16%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5031B (or 0xE5031B) is known color: Venetian Red. HEX triplet: E5, 03 and 1B. RGB value is (229,3,27). Sum of RGB (Red+Green+Blue) = 229+3+27=259 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.42% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 229 - color contains mainly: red. Hex color #E5031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5031B is #1AFCE4. Grayscale: #494949. Windows color (decimal): -1768677 or 1770469. OLE color: 1770469.

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

Color convert

RGB 229 3 27 -
CMYK 0 0.99 0.88 0.10
HSL 353.63º 0.97% 0.45% -
HSV(B) 353.63º 0.99% 0.9% -
XYZ 32.54 16.8 2.56 -
YUV 73.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 229 3 27 0 0.99 0.88 0.10 353.63 0.97 0.45
Hex E5 3 1B 0 63 58 A 162 61 2D
Octal 345 3 33 0 143 130 12 542 141 55
Binary 11100101 11 11011 0 1100011 1011000 1010 101100010 1100001 101101

Color Harmonies of #E5031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5031B

Black with #E5031B

Text Example


Text Example

White with #E5031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5031B; }

 p { color: rgb(229,3,27); }

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

background-color css

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

 a { background-color: rgb(229,3,27); }

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

border-color css

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

 span { border-color: rgb(229,3,27); }

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