Html Css Color HEX #E60111 Venetian Red

📋 copy color: '#E60111'

red 230 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #E60111

Tints of Venetian Red #E60111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 92.74%
G = 0.4%
B = 6.85%

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

#E60111 (or 0xE60111) is known color: Venetian Red. HEX triplet: E6, 01 and 11. RGB value is (230,1,17). Sum of RGB (Red+Green+Blue) = 230+1+17=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60111 is #19FEEE. Grayscale: #474747. Windows color (decimal): -1703663 or 1114598. OLE color: 1114598.

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

Color convert

RGB 230 1 17 -
CMYK 0 1.00 0.93 0.10
HSL 355.81º 0.99% 0.45% -
HSV(B) 355.81º 1% 0.9% -
XYZ 32.75 16.89 2.06 -
YUV 71.3 97.37 241.2 -
System Red Green Blue C M Y K H S L
Decimal 230 1 17 0 1.00 0.93 0.10 355.81 0.99 0.45
Hex E6 1 11 0 64 5D A 164 63 2D
Octal 346 1 21 0 144 135 12 544 143 55
Binary 11100110 1 10001 0 1100100 1011101 1010 101100100 1100011 101101

Color Harmonies of #E60111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60111

Black with #E60111

Text Example


Text Example

White with #E60111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60111; }

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

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

background-color css

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

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

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

border-color css

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

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

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