Html Css Color HEX #E60411 Venetian Red

📋 copy color: '#E60411'

red 230 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #E60411

Tints of Venetian Red #E60411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 91.63%
G = 1.59%
B = 6.77%

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

#E60411 (or 0xE60411) is known color: Venetian Red. HEX triplet: E6, 04 and 11. RGB value is (230,4,17). Sum of RGB (Red+Green+Blue) = 230+4+17=251 (33% of max value = 765). Red value is 230 (90.23% from 255 or 91.63% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 230 - color contains mainly: red. Hex color #E60411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60411 is #19FBEE. Grayscale: #494949. Windows color (decimal): -1702895 or 1115366. OLE color: 1115366.

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

Color convert

RGB 230 4 17 -
CMYK 0 0.98 0.93 0.10
HSL 356.55º 0.97% 0.46% -
HSV(B) 356.55º 0.98% 0.9% -
XYZ 32.78 16.95 2.07 -
YUV 73.06 96.37 239.94 -
System Red Green Blue C M Y K H S L
Decimal 230 4 17 0 0.98 0.93 0.10 356.55 0.97 0.46
Hex E6 4 11 0 62 5D A 165 61 2E
Octal 346 4 21 0 142 135 12 545 141 56
Binary 11100110 100 10001 0 1100010 1011101 1010 101100101 1100001 101110

Color Harmonies of #E60411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60411

Black with #E60411

Text Example


Text Example

White with #E60411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60411; }

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

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

background-color css

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

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

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

border-color css

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

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

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