Html Css Color HEX #E4021A Venetian Red

📋 copy color: '#E4021A'

red 228 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #E4021A

Tints of Venetian Red #E4021A

RGB

 RED value IS 228 (89.45% from 255) = 89.06%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 89.06%
G = 0.78%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E4021A (or 0xE4021A) is known color: Venetian Red. HEX triplet: E4, 02 and 1A. RGB value is (228,2,26). Sum of RGB (Red+Green+Blue) = 228+2+26=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E4021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4021A is #1BFDE5. Grayscale: #484848. Windows color (decimal): -1834470 or 1704676. OLE color: 1704676.

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

Color convert

RGB 228 2 26 -
CMYK 0 0.99 0.89 0.11
HSL 353.63º 0.98% 0.45% -
HSV(B) 353.63º 0.99% 0.89% -
XYZ 32.2 16.61 2.49 -
YUV 72.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 228 2 26 0 0.99 0.89 0.11 353.63 0.98 0.45
Hex E4 2 1A 0 63 59 B 162 62 2D
Octal 344 2 32 0 143 131 13 542 142 55
Binary 11100100 10 11010 0 1100011 1011001 1011 101100010 1100010 101101

Color Harmonies of #E4021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4021A

Black with #E4021A

Text Example


Text Example

White with #E4021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4021A; }

 p { color: rgb(228,2,26); }

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

background-color css

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

 a { background-color: rgb(228,2,26); }

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

border-color css

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

 span { border-color: rgb(228,2,26); }

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