Html Css Color HEX #E60712 Venetian Red

📋 copy color: '#E60712'

red 230 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #E60712

Tints of Venetian Red #E60712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 90.2%
G = 2.75%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E60712 (or 0xE60712) is known color: Venetian Red. HEX triplet: E6, 07 and 12. RGB value is (230,7,18). Sum of RGB (Red+Green+Blue) = 230+7+18=255 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.20% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 230 - color contains mainly: red. Hex color #E60712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60712 is #19F8ED. Grayscale: #4B4B4B. Windows color (decimal): -1702126 or 1181670. OLE color: 1181670.

HSL color Cylindrical-coordinate representation of color #E60712: hue angle of 357.04º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 18 -
CMYK 0 0.97 0.92 0.10
HSL 357.04º 0.94% 0.46% -
HSV(B) 357.04º 0.97% 0.9% -
XYZ 32.82 17.02 2.13 -
YUV 74.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 230 7 18 0 0.97 0.92 0.10 357.04 0.94 0.46
Hex E6 7 12 0 61 5C A 165 5E 2E
Octal 346 7 22 0 141 134 12 545 136 56
Binary 11100110 111 10010 0 1100001 1011100 1010 101100101 1011110 101110

Color Harmonies of #E60712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60712

Black with #E60712

Text Example


Text Example

White with #E60712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60712; }

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

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

background-color css

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

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

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

border-color css

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

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

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