Html Css Color HEX #E5040D Venetian Red

📋 copy color: '#E5040D'

red 229 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E5040D

Tints of Venetian Red #E5040D

RGB

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

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

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

R = 93.09%
G = 1.63%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5040D (or 0xE5040D) is known color: Venetian Red. HEX triplet: E5, 04 and 0D. RGB value is (229,4,13). Sum of RGB (Red+Green+Blue) = 229+4+13=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E5040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5040D is #1AFBF2. Grayscale: #484848. Windows color (decimal): -1768435 or 853221. OLE color: 853221.

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

Color convert

RGB 229 4 13 -
CMYK 0 0.98 0.94 0.10
HSL 357.6º 0.97% 0.46% -
HSV(B) 357.6º 0.98% 0.9% -
XYZ 32.43 16.77 1.91 -
YUV 72.3 94.54 239.77 -
System Red Green Blue C M Y K H S L
Decimal 229 4 13 0 0.98 0.94 0.10 357.6 0.97 0.46
Hex E5 4 D 0 62 5E A 166 61 2E
Octal 345 4 15 0 142 136 12 546 141 56
Binary 11100101 100 1101 0 1100010 1011110 1010 101100110 1100001 101110

Color Harmonies of #E5040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5040D

Black with #E5040D

Text Example


Text Example

White with #E5040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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