Html Css Color HEX #E10612 Venetian Red

📋 copy color: '#E10612'

red 225 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #E10612

Tints of Venetian Red #E10612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 90.36%
G = 2.41%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10612 (or 0xE10612) is known color: Venetian Red. HEX triplet: E1, 06 and 12. RGB value is (225,6,18). Sum of RGB (Red+Green+Blue) = 225+6+18=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E10612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10612 is #1EF9ED. Grayscale: #494949. Windows color (decimal): -2030062 or 1181409. OLE color: 1181409.

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

Color convert

RGB 225 6 18 -
CMYK 0 0.97 0.92 0.12
HSL 356.71º 0.95% 0.45% -
HSV(B) 356.71º 0.97% 0.88% -
XYZ 31.23 16.18 2.05 -
YUV 72.85 97.05 236.52 -
System Red Green Blue C M Y K H S L
Decimal 225 6 18 0 0.97 0.92 0.12 356.71 0.95 0.45
Hex E1 6 12 0 61 5C C 165 5F 2D
Octal 341 6 22 0 141 134 14 545 137 55
Binary 11100001 110 10010 0 1100001 1011100 1100 101100101 1011111 101101

Color Harmonies of #E10612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10612

Black with #E10612

Text Example


Text Example

White with #E10612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10612; }

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

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

background-color css

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

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

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

border-color css

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

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

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