Html Css Color HEX #E0021A Venetian Red

📋 copy color: '#E0021A'

red 224 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #E0021A

Tints of Venetian Red #E0021A

RGB

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

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

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

R = 88.89%
G = 0.79%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0021A (or 0xE0021A) is known color: Venetian Red. HEX triplet: E0, 02 and 1A. RGB value is (224,2,26). Sum of RGB (Red+Green+Blue) = 224+2+26=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E0021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0021A is #1FFDE5. Grayscale: #474747. Windows color (decimal): -2096614 or 1704672. OLE color: 1704672.

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

Color convert

RGB 224 2 26 -
CMYK 0 0.99 0.88 0.12
HSL 353.51º 0.98% 0.44% -
HSV(B) 353.51º 0.99% 0.88% -
XYZ 30.95 15.97 2.43 -
YUV 71.11 102.55 237.05 -
System Red Green Blue C M Y K H S L
Decimal 224 2 26 0 0.99 0.88 0.12 353.51 0.98 0.44
Hex E0 2 1A 0 63 58 C 162 62 2C
Octal 340 2 32 0 143 130 14 542 142 54
Binary 11100000 10 11010 0 1100011 1011000 1100 101100010 1100010 101100

Color Harmonies of #E0021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0021A

Black with #E0021A

Text Example


Text Example

White with #E0021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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