Html Css Color HEX #E0041A Venetian Red

📋 copy color: '#E0041A'

red 224 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #E0041A

Tints of Venetian Red #E0041A

RGB

 RED value IS 224 (87.89% from 255) = 88.19%

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

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

R = 88.19%
G = 1.57%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0041A (or 0xE0041A) is known color: Venetian Red. HEX triplet: E0, 04 and 1A. RGB value is (224,4,26). Sum of RGB (Red+Green+Blue) = 224+4+26=254 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.19% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 224 - color contains mainly: red. Hex color #E0041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0041A is #1FFBE5. Grayscale: #484848. Windows color (decimal): -2096102 or 1705184. OLE color: 1705184.

HSL color Cylindrical-coordinate representation of color #E0041A: hue angle of 354º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0041A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 4 26 -
CMYK 0 0.98 0.88 0.12
HSL 354º 0.96% 0.45% -
HSV(B) 354º 0.98% 0.88% -
XYZ 30.97 16.01 2.43 -
YUV 72.29 101.89 236.21 -
System Red Green Blue C M Y K H S L
Decimal 224 4 26 0 0.98 0.88 0.12 354 0.96 0.45
Hex E0 4 1A 0 62 58 C 162 60 2D
Octal 340 4 32 0 142 130 14 542 140 55
Binary 11100000 100 11010 0 1100010 1011000 1100 101100010 1100000 101101

Color Harmonies of #E0041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0041A

Black with #E0041A

Text Example


Text Example

White with #E0041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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