Html Css Color HEX #E4080C Venetian Red

📋 copy color: '#E4080C'

red 228 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #E4080C

Tints of Venetian Red #E4080C

RGB

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

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

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

R = 91.94%
G = 3.23%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4080C (or 0xE4080C) is known color: Venetian Red. HEX triplet: E4, 08 and 0C. RGB value is (228,8,12). Sum of RGB (Red+Green+Blue) = 228+8+12=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E4080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4080C is #1BF7F3. Grayscale: #4A4A4A. Windows color (decimal): -1832948 or 788708. OLE color: 788708.

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

Color convert

RGB 228 8 12 -
CMYK 0 0.96 0.95 0.11
HSL 358.91º 0.93% 0.46% -
HSV(B) 358.91º 0.96% 0.89% -
XYZ 32.15 16.69 1.88 -
YUV 74.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 228 8 12 0 0.96 0.95 0.11 358.91 0.93 0.46
Hex E4 8 C 0 60 5F B 167 5D 2E
Octal 344 10 14 0 140 137 13 547 135 56
Binary 11100100 1000 1100 0 1100000 1011111 1011 101100111 1011101 101110

Color Harmonies of #E4080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4080C

Black with #E4080C

Text Example


Text Example

White with #E4080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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