Html Css Color HEX #E0031B Venetian Red

📋 copy color: '#E0031B'

red 224 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #E0031B

Tints of Venetian Red #E0031B

RGB

 RED value IS 224 (87.89% from 255) = 88.19%

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

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

R = 88.19%
G = 1.18%
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

#E0031B (or 0xE0031B) is known color: Venetian Red. HEX triplet: E0, 03 and 1B. RGB value is (224,3,27). Sum of RGB (Red+Green+Blue) = 224+3+27=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031B is #1FFCE4. Grayscale: #474747. Windows color (decimal): -2096357 or 1770464. OLE color: 1770464.

HSL color Cylindrical-coordinate representation of color #E0031B: hue angle of 353.48º degrees, saturation: 0.97, 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 #E0031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 27 -
CMYK 0 0.99 0.88 0.12
HSL 353.48º 0.97% 0.45% -
HSV(B) 353.48º 0.99% 0.88% -
XYZ 30.97 15.99 2.49 -
YUV 71.82 102.72 236.55 -
System Red Green Blue C M Y K H S L
Decimal 224 3 27 0 0.99 0.88 0.12 353.48 0.97 0.45
Hex E0 3 1B 0 63 58 C 161 61 2D
Octal 340 3 33 0 143 130 14 541 141 55
Binary 11100000 11 11011 0 1100011 1011000 1100 101100001 1100001 101101

Color Harmonies of #E0031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031B

Black with #E0031B

Text Example


Text Example

White with #E0031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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