Html Css Color HEX #E3001E Venetian Red

📋 copy color: '#E3001E'

red 227 ◦ green 0 ◦ blue 30

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

Shades of Venetian Red #E3001E

Tints of Venetian Red #E3001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 88.33%
G = 0%
B = 11.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E3001E (or 0xE3001E) is known color: Venetian Red. HEX triplet: E3, 00 and 1E. RGB value is (227,0,30). Sum of RGB (Red+Green+Blue) = 227+0+30=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E3001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3001E is #1CFFE1. Grayscale: #474747. Windows color (decimal): -1900514 or 1966307. OLE color: 1966307.

HSL color Cylindrical-coordinate representation of color #E3001E: hue angle of 352.07º 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 #E3001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 0 30 -
CMYK 0 1 0.87 0.11
HSL 352.07º 1% 0.45% -
HSV(B) 352.07º 1% 0.89% -
XYZ 31.91 16.42 2.72 -
YUV 71.29 104.71 239.06 -
System Red Green Blue C M Y K H S L
Decimal 227 0 30 0 1 0.87 0.11 352.07 1 0.45
Hex E3 0 1E 0 64 57 B 160 64 2D
Octal 343 0 36 0 144 127 13 540 144 55
Binary 11100011 0 11110 0 1100100 1010111 1011 101100000 1100100 101101

Color Harmonies of #E3001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3001E

Black with #E3001E

Text Example


Text Example

White with #E3001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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