Html Css Color HEX #E10012 Venetian Red

📋 copy color: '#E10012'

red 225 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #E10012

Tints of Venetian Red #E10012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 92.59%
G = 0%
B = 7.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10012 (or 0xE10012) is known color: Venetian Red. HEX triplet: E1, 00 and 12. RGB value is (225,0,18). Sum of RGB (Red+Green+Blue) = 225+0+18=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E10012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10012 is #1EFFED. Grayscale: #454545. Windows color (decimal): -2031598 or 1179873. OLE color: 1179873.

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

Color convert

RGB 225 0 18 -
CMYK 0 1 0.92 0.12
HSL 355.2º 1% 0.44% -
HSV(B) 355.2º 1% 0.88% -
XYZ 31.16 16.05 2.03 -
YUV 69.33 99.04 239.04 -
System Red Green Blue C M Y K H S L
Decimal 225 0 18 0 1 0.92 0.12 355.2 1 0.44
Hex E1 0 12 0 64 5C C 163 64 2C
Octal 341 0 22 0 144 134 14 543 144 54
Binary 11100001 0 10010 0 1100100 1011100 1100 101100011 1100100 101100

Color Harmonies of #E10012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10012

Black with #E10012

Text Example


Text Example

White with #E10012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10012; }

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

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

background-color css

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

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

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

border-color css

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

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

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