Html Css Color HEX #E60112 Venetian Red

📋 copy color: '#E60112'

red 230 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #E60112

Tints of Venetian Red #E60112

RGB

 RED value IS 230 (90.23% from 255) = 92.37%

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

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

R = 92.37%
G = 0.4%
B = 7.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60112 (or 0xE60112) is known color: Venetian Red. HEX triplet: E6, 01 and 12. RGB value is (230,1,18). Sum of RGB (Red+Green+Blue) = 230+1+18=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E60112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60112 is #19FEED. Grayscale: #474747. Windows color (decimal): -1703662 or 1180134. OLE color: 1180134.

HSL color Cylindrical-coordinate representation of color #E60112: hue angle of 355.55º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 1 18 -
CMYK 0 1.00 0.92 0.10
HSL 355.55º 0.99% 0.45% -
HSV(B) 355.55º 1% 0.9% -
XYZ 32.75 16.89 2.11 -
YUV 71.41 97.87 241.12 -
System Red Green Blue C M Y K H S L
Decimal 230 1 18 0 1.00 0.92 0.10 355.55 0.99 0.45
Hex E6 1 12 0 64 5C A 164 63 2D
Octal 346 1 22 0 144 134 12 544 143 55
Binary 11100110 1 10010 0 1100100 1011100 1010 101100100 1100011 101101

Color Harmonies of #E60112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60112

Black with #E60112

Text Example


Text Example

White with #E60112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60112; }

 p { color: rgb(230,1,18); }

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

background-color css

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

 a { background-color: rgb(230,1,18); }

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

border-color css

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

 span { border-color: rgb(230,1,18); }

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