Html Css Color HEX #E3040D Venetian Red

📋 copy color: '#E3040D'

red 227 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E3040D

Tints of Venetian Red #E3040D

RGB

 RED value IS 227 (89.06% from 255) = 93.03%

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 93.03%
G = 1.64%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3040D (or 0xE3040D) is known color: Venetian Red. HEX triplet: E3, 04 and 0D. RGB value is (227,4,13). Sum of RGB (Red+Green+Blue) = 227+4+13=244 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.03% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 227 - color contains mainly: red. Hex color #E3040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3040D is #1CFBF2. Grayscale: #474747. Windows color (decimal): -1899507 or 853219. OLE color: 853219.

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

Color convert

RGB 227 4 13 -
CMYK 0 0.98 0.94 0.11
HSL 357.58º 0.97% 0.45% -
HSV(B) 357.58º 0.98% 0.89% -
XYZ 31.79 16.45 1.88 -
YUV 71.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 227 4 13 0 0.98 0.94 0.11 357.58 0.97 0.45
Hex E3 4 D 0 62 5E B 166 61 2D
Octal 343 4 15 0 142 136 13 546 141 55
Binary 11100011 100 1101 0 1100010 1011110 1011 101100110 1100001 101101

Color Harmonies of #E3040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3040D

Black with #E3040D

Text Example


Text Example

White with #E3040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3040D; }

 p { color: rgb(227,4,13); }

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

background-color css

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

 a { background-color: rgb(227,4,13); }

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

border-color css

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

 span { border-color: rgb(227,4,13); }

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