Html Css Color HEX #E6041A Venetian Red

📋 copy color: '#E6041A'

red 230 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #E6041A

Tints of Venetian Red #E6041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10%

R = 88.46%
G = 1.54%
B = 10%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6041A (or 0xE6041A) is known color: Venetian Red. HEX triplet: E6, 04 and 1A. RGB value is (230,4,26). Sum of RGB (Red+Green+Blue) = 230+4+26=260 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.46% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 230 - color contains mainly: red. Hex color #E6041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6041A is #19FBE5. Grayscale: #4A4A4A. Windows color (decimal): -1702886 or 1705190. OLE color: 1705190.

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

Color convert

RGB 230 4 26 -
CMYK 0 0.98 0.89 0.10
HSL 354.16º 0.97% 0.46% -
HSV(B) 354.16º 0.98% 0.9% -
XYZ 32.86 16.98 2.52 -
YUV 74.08 100.87 239.21 -
System Red Green Blue C M Y K H S L
Decimal 230 4 26 0 0.98 0.89 0.10 354.16 0.97 0.46
Hex E6 4 1A 0 62 59 A 162 61 2E
Octal 346 4 32 0 142 131 12 542 141 56
Binary 11100110 100 11010 0 1100010 1011001 1010 101100010 1100001 101110

Color Harmonies of #E6041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6041A

Black with #E6041A

Text Example


Text Example

White with #E6041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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