Html Css Color HEX #E3040C Venetian Red

📋 copy color: '#E3040C'

red 227 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #E3040C

Tints of Venetian Red #E3040C

RGB

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

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

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

R = 93.42%
G = 1.65%
B = 4.94%

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

#E3040C (or 0xE3040C) is known color: Venetian Red. HEX triplet: E3, 04 and 0C. RGB value is (227,4,12). Sum of RGB (Red+Green+Blue) = 227+4+12=243 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.42% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 227 - color contains mainly: red. Hex color #E3040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3040C is #1CFBF3. Grayscale: #474747. Windows color (decimal): -1899508 or 787683. OLE color: 787683.

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

Color convert

RGB 227 4 12 -
CMYK 0 0.98 0.95 0.11
HSL 357.85º 0.97% 0.45% -
HSV(B) 357.85º 0.98% 0.89% -
XYZ 31.79 16.44 1.85 -
YUV 71.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 227 4 12 0 0.98 0.95 0.11 357.85 0.97 0.45
Hex E3 4 C 0 62 5F B 166 61 2D
Octal 343 4 14 0 142 137 13 546 141 55
Binary 11100011 100 1100 0 1100010 1011111 1011 101100110 1100001 101101

Color Harmonies of #E3040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3040C

Black with #E3040C

Text Example


Text Example

White with #E3040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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