Html Css Color HEX #E5040C Venetian Red

📋 copy color: '#E5040C'

red 229 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #E5040C

Tints of Venetian Red #E5040C

RGB

 RED value IS 229 (89.84% from 255) = 93.47%

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

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

R = 93.47%
G = 1.63%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5040C (or 0xE5040C) is known color: Venetian Red. HEX triplet: E5, 04 and 0C. RGB value is (229,4,12). Sum of RGB (Red+Green+Blue) = 229+4+12=245 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.47% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 229 - color contains mainly: red. Hex color #E5040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5040C is #1AFBF3. Grayscale: #484848. Windows color (decimal): -1768436 or 787685. OLE color: 787685.

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

Color convert

RGB 229 4 12 -
CMYK 0 0.98 0.95 0.10
HSL 357.87º 0.97% 0.46% -
HSV(B) 357.87º 0.98% 0.9% -
XYZ 32.42 16.77 1.88 -
YUV 72.19 94.04 239.85 -
System Red Green Blue C M Y K H S L
Decimal 229 4 12 0 0.98 0.95 0.10 357.87 0.97 0.46
Hex E5 4 C 0 62 5F A 166 61 2E
Octal 345 4 14 0 142 137 12 546 141 56
Binary 11100101 100 1100 0 1100010 1011111 1010 101100110 1100001 101110

Color Harmonies of #E5040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5040C

Black with #E5040C

Text Example


Text Example

White with #E5040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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