Html Css Color HEX #E1001B Venetian Red

📋 copy color: '#E1001B'

red 225 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #E1001B

Tints of Venetian Red #E1001B

RGB

 RED value IS 225 (88.28% from 255) = 89.29%

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

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

R = 89.29%
G = 0%
B = 10.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1001B (or 0xE1001B) is known color: Venetian Red. HEX triplet: E1, 00 and 1B. RGB value is (225,0,27). Sum of RGB (Red+Green+Blue) = 225+0+27=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E1001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1001B is #1EFFE4. Grayscale: #464646. Windows color (decimal): -2031589 or 1769697. OLE color: 1769697.

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

Color convert

RGB 225 0 27 -
CMYK 0 1 0.88 0.12
HSL 352.8º 1% 0.44% -
HSV(B) 352.8º 1% 0.88% -
XYZ 31.25 16.09 2.49 -
YUV 70.35 103.54 238.3 -
System Red Green Blue C M Y K H S L
Decimal 225 0 27 0 1 0.88 0.12 352.8 1 0.44
Hex E1 0 1B 0 64 58 C 161 64 2C
Octal 341 0 33 0 144 130 14 541 144 54
Binary 11100001 0 11011 0 1100100 1011000 1100 101100001 1100100 101100

Color Harmonies of #E1001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1001B

Black with #E1001B

Text Example


Text Example

White with #E1001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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