Html Css Color HEX #E2040C Venetian Red

📋 copy color: '#E2040C'

red 226 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #E2040C

Tints of Venetian Red #E2040C

RGB

 RED value IS 226 (88.67% from 255) = 93.39%

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 93.39%
G = 1.65%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2040C (or 0xE2040C) is known color: Venetian Red. HEX triplet: E2, 04 and 0C. RGB value is (226,4,12). Sum of RGB (Red+Green+Blue) = 226+4+12=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E2040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2040C is #1DFBF3. Grayscale: #474747. Windows color (decimal): -1965044 or 787682. OLE color: 787682.

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

Color convert

RGB 226 4 12 -
CMYK 0 0.98 0.95 0.11
HSL 357.84º 0.97% 0.45% -
HSV(B) 357.84º 0.98% 0.89% -
XYZ 31.47 16.28 1.83 -
YUV 71.29 94.55 238.35 -
System Red Green Blue C M Y K H S L
Decimal 226 4 12 0 0.98 0.95 0.11 357.84 0.97 0.45
Hex E2 4 C 0 62 5F B 166 61 2D
Octal 342 4 14 0 142 137 13 546 141 55
Binary 11100010 100 1100 0 1100010 1011111 1011 101100110 1100001 101101

Color Harmonies of #E2040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2040C

Black with #E2040C

Text Example


Text Example

White with #E2040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2040C; }

 p { color: rgb(226,4,12); }

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

background-color css

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

 a { background-color: rgb(226,4,12); }

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

border-color css

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

 span { border-color: rgb(226,4,12); }

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