Html Css Color HEX #E10412 Venetian Red

📋 copy color: '#E10412'

red 225 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #E10412

Tints of Venetian Red #E10412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 91.09%
G = 1.62%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10412 (or 0xE10412) is known color: Venetian Red. HEX triplet: E1, 04 and 12. RGB value is (225,4,18). Sum of RGB (Red+Green+Blue) = 225+4+18=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E10412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10412 is #1EFBED. Grayscale: #474747. Windows color (decimal): -2030574 or 1180897. OLE color: 1180897.

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

Color convert

RGB 225 4 18 -
CMYK 0 0.98 0.92 0.12
HSL 356.2º 0.97% 0.45% -
HSV(B) 356.2º 0.98% 0.88% -
XYZ 31.2 16.14 2.04 -
YUV 71.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 225 4 18 0 0.98 0.92 0.12 356.2 0.97 0.45
Hex E1 4 12 0 62 5C C 164 61 2D
Octal 341 4 22 0 142 134 14 544 141 55
Binary 11100001 100 10010 0 1100010 1011100 1100 101100100 1100001 101101

Color Harmonies of #E10412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10412

Black with #E10412

Text Example


Text Example

White with #E10412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10412; }

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

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

background-color css

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

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

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

border-color css

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

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

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