Html Css Color HEX #E60511 Venetian Red

📋 copy color: '#E60511'

red 230 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #E60511

Tints of Venetian Red #E60511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 91.27%
G = 1.98%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60511 (or 0xE60511) is known color: Venetian Red. HEX triplet: E6, 05 and 11. RGB value is (230,5,17). Sum of RGB (Red+Green+Blue) = 230+5+17=252 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.27% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 230 - color contains mainly: red. Hex color #E60511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60511 is #19FAEE. Grayscale: #494949. Windows color (decimal): -1702639 or 1115622. OLE color: 1115622.

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

Color convert

RGB 230 5 17 -
CMYK 0 0.98 0.93 0.10
HSL 356.8º 0.96% 0.46% -
HSV(B) 356.8º 0.98% 0.9% -
XYZ 32.79 16.97 2.08 -
YUV 73.64 96.04 239.52 -
System Red Green Blue C M Y K H S L
Decimal 230 5 17 0 0.98 0.93 0.10 356.8 0.96 0.46
Hex E6 5 11 0 62 5D A 165 60 2E
Octal 346 5 21 0 142 135 12 545 140 56
Binary 11100110 101 10001 0 1100010 1011101 1010 101100101 1100000 101110

Color Harmonies of #E60511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60511

Black with #E60511

Text Example


Text Example

White with #E60511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60511; }

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

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

background-color css

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

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

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

border-color css

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

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

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