Html Css Color HEX #E0031A Venetian Red

📋 copy color: '#E0031A'

red 224 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #E0031A

Tints of Venetian Red #E0031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 88.54%
G = 1.19%
B = 10.28%

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

#E0031A (or 0xE0031A) is known color: Venetian Red. HEX triplet: E0, 03 and 1A. RGB value is (224,3,26). Sum of RGB (Red+Green+Blue) = 224+3+26=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031A is #1FFCE5. Grayscale: #474747. Windows color (decimal): -2096358 or 1704928. OLE color: 1704928.

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

Color convert

RGB 224 3 26 -
CMYK 0 0.99 0.88 0.12
HSL 353.76º 0.97% 0.45% -
HSV(B) 353.76º 0.99% 0.88% -
XYZ 30.96 15.99 2.43 -
YUV 71.7 102.22 236.63 -
System Red Green Blue C M Y K H S L
Decimal 224 3 26 0 0.99 0.88 0.12 353.76 0.97 0.45
Hex E0 3 1A 0 63 58 C 162 61 2D
Octal 340 3 32 0 143 130 14 542 141 55
Binary 11100000 11 11010 0 1100011 1011000 1100 101100010 1100001 101101

Color Harmonies of #E0031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031A

Black with #E0031A

Text Example


Text Example

White with #E0031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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