Html Css Color HEX #E60710 Venetian Red

📋 copy color: '#E60710'

red 230 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #E60710

Tints of Venetian Red #E60710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 90.91%
G = 2.77%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60710 (or 0xE60710) is known color: Venetian Red. HEX triplet: E6, 07 and 10. RGB value is (230,7,16). Sum of RGB (Red+Green+Blue) = 230+7+16=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60710 is #19F8EF. Grayscale: #4A4A4A. Windows color (decimal): -1702128 or 1050598. OLE color: 1050598.

HSL color Cylindrical-coordinate representation of color #E60710: hue angle of 357.58º 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 #E60710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 7 16 -
CMYK 0 0.97 0.93 0.10
HSL 357.58º 0.94% 0.46% -
HSV(B) 357.58º 0.97% 0.9% -
XYZ 32.8 17.01 2.05 -
YUV 74.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 230 7 16 0 0.97 0.93 0.10 357.58 0.94 0.46
Hex E6 7 10 0 61 5D A 166 5E 2E
Octal 346 7 20 0 141 135 12 546 136 56
Binary 11100110 111 10000 0 1100001 1011101 1010 101100110 1011110 101110

Color Harmonies of #E60710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60710

Black with #E60710

Text Example


Text Example

White with #E60710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60710; }

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

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

background-color css

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

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

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

border-color css

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

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

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