Html Css Color HEX #E3001A Venetian Red

📋 copy color: '#E3001A'

red 227 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #E3001A

Tints of Venetian Red #E3001A

RGB

 RED value IS 227 (89.06% from 255) = 89.72%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.72%
G = 0%
B = 10.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E3001A (or 0xE3001A) is known color: Venetian Red. HEX triplet: E3, 00 and 1A. RGB value is (227,0,26). Sum of RGB (Red+Green+Blue) = 227+0+26=253 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.72% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 227 - color contains mainly: red. Hex color #E3001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3001A is #1CFFE5. Grayscale: #464646. Windows color (decimal): -1900518 or 1704163. OLE color: 1704163.

HSL color Cylindrical-coordinate representation of color #E3001A: hue angle of 353.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3001A is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 26 -
CMYK 0 1 0.89 0.11
HSL 353.13º 1% 0.45% -
HSV(B) 353.13º 1% 0.89% -
XYZ 31.87 16.41 2.46 -
YUV 70.84 102.71 239.39 -
System Red Green Blue C M Y K H S L
Decimal 227 0 26 0 1 0.89 0.11 353.13 1 0.45
Hex E3 0 1A 0 64 59 B 161 64 2D
Octal 343 0 32 0 144 131 13 541 144 55
Binary 11100011 0 11010 0 1100100 1011001 1011 101100001 1100100 101101

Color Harmonies of #E3001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3001A

Black with #E3001A

Text Example


Text Example

White with #E3001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3001A; }

 p { color: rgb(227,0,26); }

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

background-color css

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

 a { background-color: rgb(227,0,26); }

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

border-color css

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

 span { border-color: rgb(227,0,26); }

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