Html Css Color HEX #E4080D Venetian Red

📋 copy color: '#E4080D'

red 228 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #E4080D

Tints of Venetian Red #E4080D

RGB

 RED value IS 228 (89.45% from 255) = 91.57%

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 91.57%
G = 3.21%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4080D (or 0xE4080D) is known color: Venetian Red. HEX triplet: E4, 08 and 0D. RGB value is (228,8,13). Sum of RGB (Red+Green+Blue) = 228+8+13=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E4080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4080D is #1BF7F2. Grayscale: #4A4A4A. Windows color (decimal): -1832947 or 854244. OLE color: 854244.

HSL color Cylindrical-coordinate representation of color #E4080D: hue angle of 358.64º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 8 13 -
CMYK 0 0.96 0.94 0.11
HSL 358.64º 0.93% 0.46% -
HSV(B) 358.64º 0.96% 0.89% -
XYZ 32.15 16.7 1.91 -
YUV 74.35 93.39 237.59 -
System Red Green Blue C M Y K H S L
Decimal 228 8 13 0 0.96 0.94 0.11 358.64 0.93 0.46
Hex E4 8 D 0 60 5E B 167 5D 2E
Octal 344 10 15 0 140 136 13 547 135 56
Binary 11100100 1000 1101 0 1100000 1011110 1011 101100111 1011101 101110

Color Harmonies of #E4080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4080D

Black with #E4080D

Text Example


Text Example

White with #E4080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4080D; }

 p { color: rgb(228,8,13); }

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

background-color css

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

 a { background-color: rgb(228,8,13); }

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

border-color css

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

 span { border-color: rgb(228,8,13); }

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