Html Css Color HEX #E3001B Venetian Red

📋 copy color: '#E3001B'

red 227 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #E3001B

Tints of Venetian Red #E3001B

RGB

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

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

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

R = 89.37%
G = 0%
B = 10.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3001B (or 0xE3001B) is known color: Venetian Red. HEX triplet: E3, 00 and 1B. RGB value is (227,0,27). Sum of RGB (Red+Green+Blue) = 227+0+27=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E3001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3001B is #1CFFE4. Grayscale: #474747. Windows color (decimal): -1900517 or 1769699. OLE color: 1769699.

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

Color convert

RGB 227 0 27 -
CMYK 0 1 0.88 0.11
HSL 352.86º 1% 0.45% -
HSV(B) 352.86º 1% 0.89% -
XYZ 31.88 16.41 2.52 -
YUV 70.95 103.21 239.3 -
System Red Green Blue C M Y K H S L
Decimal 227 0 27 0 1 0.88 0.11 352.86 1 0.45
Hex E3 0 1B 0 64 58 B 161 64 2D
Octal 343 0 33 0 144 130 13 541 144 55
Binary 11100011 0 11011 0 1100100 1011000 1011 101100001 1100100 101101

Color Harmonies of #E3001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3001B

Black with #E3001B

Text Example


Text Example

White with #E3001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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