Html Css Color HEX #E10104 Venetian Red

📋 copy color: '#E10104'

red 225 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #E10104

Tints of Venetian Red #E10104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 97.83%
G = 0.43%
B = 1.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E10104 (or 0xE10104) is known color: Venetian Red. HEX triplet: E1, 01 and 04. RGB value is (225,1,4). Sum of RGB (Red+Green+Blue) = 225+1+4=230 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.83% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 225 - color contains mainly: red. Hex color #E10104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10104 is #1EFEFB. Grayscale: #444444. Windows color (decimal): -2031356 or 262625. OLE color: 262625.

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

Color convert

RGB 225 1 4 -
CMYK 0 1.00 0.98 0.12
HSL 359.2º 0.99% 0.44% -
HSV(B) 359.2º 1% 0.88% -
XYZ 31.08 16.04 1.57 -
YUV 68.32 91.71 239.76 -
System Red Green Blue C M Y K H S L
Decimal 225 1 4 0 1.00 0.98 0.12 359.2 0.99 0.44
Hex E1 1 4 0 64 62 C 167 63 2C
Octal 341 1 4 0 144 142 14 547 143 54
Binary 11100001 1 100 0 1100100 1100010 1100 101100111 1100011 101100

Color Harmonies of #E10104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10104

Black with #E10104

Text Example


Text Example

White with #E10104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10104; }

 p { color: rgb(225,1,4); }

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

background-color css

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

 a { background-color: rgb(225,1,4); }

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

border-color css

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

 span { border-color: rgb(225,1,4); }

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