Html Css Color HEX #E60110 Venetian Red

📋 copy color: '#E60110'

red 230 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #E60110

Tints of Venetian Red #E60110

RGB

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

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

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

R = 93.12%
G = 0.4%
B = 6.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60110 (or 0xE60110) is known color: Venetian Red. HEX triplet: E6, 01 and 10. RGB value is (230,1,16). Sum of RGB (Red+Green+Blue) = 230+1+16=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E60110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60110 is #19FEEF. Grayscale: #474747. Windows color (decimal): -1703664 or 1049062. OLE color: 1049062.

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

Color convert

RGB 230 1 16 -
CMYK 0 1.00 0.93 0.10
HSL 356.07º 0.99% 0.45% -
HSV(B) 356.07º 1% 0.9% -
XYZ 32.74 16.88 2.02 -
YUV 71.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 230 1 16 0 1.00 0.93 0.10 356.07 0.99 0.45
Hex E6 1 10 0 64 5D A 164 63 2D
Octal 346 1 20 0 144 135 12 544 143 55
Binary 11100110 1 10000 0 1100100 1011101 1010 101100100 1100011 101101

Color Harmonies of #E60110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60110

Black with #E60110

Text Example


Text Example

White with #E60110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60110; }

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

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

background-color css

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

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

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

border-color css

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

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

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