Html Css Color HEX #E8040D Venetian Red

📋 copy color: '#E8040D'

red 232 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E8040D

Tints of Venetian Red #E8040D

RGB

 RED value IS 232 (91.02% from 255) = 93.17%

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

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

R = 93.17%
G = 1.61%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8040D (or 0xE8040D) is known color: Venetian Red. HEX triplet: E8, 04 and 0D. RGB value is (232,4,13). Sum of RGB (Red+Green+Blue) = 232+4+13=249 (32% of max value = 765). Red value is 232 (91.02% from 255 or 93.17% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 232 - color contains mainly: red. Hex color #E8040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8040D is #17FBF2. Grayscale: #494949. Windows color (decimal): -1571827 or 853224. OLE color: 853224.

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

Color convert

RGB 232 4 13 -
CMYK 0 0.98 0.94 0.09
HSL 357.63º 0.97% 0.46% -
HSV(B) 357.63º 0.98% 0.91% -
XYZ 33.39 17.27 1.95 -
YUV 73.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 232 4 13 0 0.98 0.94 0.09 357.63 0.97 0.46
Hex E8 4 D 0 62 5E 9 166 61 2E
Octal 350 4 15 0 142 136 11 546 141 56
Binary 11101000 100 1101 0 1100010 1011110 1001 101100110 1100001 101110

Color Harmonies of #E8040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8040D

Black with #E8040D

Text Example


Text Example

White with #E8040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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