Html Css Color HEX #E10105 Venetian Red

📋 copy color: '#E10105'

red 225 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #E10105

Tints of Venetian Red #E10105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 97.4%
G = 0.43%
B = 2.16%

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

#E10105 (or 0xE10105) is known color: Venetian Red. HEX triplet: E1, 01 and 05. RGB value is (225,1,5). Sum of RGB (Red+Green+Blue) = 225+1+5=231 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.40% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 225 - color contains mainly: red. Hex color #E10105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10105 is #1EFEFA. Grayscale: #444444. Windows color (decimal): -2031355 or 328161. OLE color: 328161.

HSL color Cylindrical-coordinate representation of color #E10105: hue angle of 358.93º 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 #E10105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 5 -
CMYK 0 1.00 0.98 0.12
HSL 358.93º 0.99% 0.44% -
HSV(B) 358.93º 1% 0.88% -
XYZ 31.09 16.04 1.6 -
YUV 68.43 92.21 239.67 -
System Red Green Blue C M Y K H S L
Decimal 225 1 5 0 1.00 0.98 0.12 358.93 0.99 0.44
Hex E1 1 5 0 64 62 C 167 63 2C
Octal 341 1 5 0 144 142 14 547 143 54
Binary 11100001 1 101 0 1100100 1100010 1100 101100111 1100011 101100

Color Harmonies of #E10105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10105

Black with #E10105

Text Example


Text Example

White with #E10105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10105; }

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

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

background-color css

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

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

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

border-color css

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

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

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