Html Css Color HEX #E4070D Venetian Red

📋 copy color: '#E4070D'

red 228 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #E4070D

Tints of Venetian Red #E4070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 91.94%
G = 2.82%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4070D (or 0xE4070D) is known color: Venetian Red. HEX triplet: E4, 07 and 0D. RGB value is (228,7,13). Sum of RGB (Red+Green+Blue) = 228+7+13=248 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.94% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 228 - color contains mainly: red. Hex color #E4070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4070D is #1BF8F2. Grayscale: #494949. Windows color (decimal): -1833203 or 853988. OLE color: 853988.

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

Color convert

RGB 228 7 13 -
CMYK 0 0.97 0.94 0.11
HSL 358.37º 0.94% 0.46% -
HSV(B) 358.37º 0.97% 0.89% -
XYZ 32.14 16.68 1.91 -
YUV 73.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 228 7 13 0 0.97 0.94 0.11 358.37 0.94 0.46
Hex E4 7 D 0 61 5E B 166 5E 2E
Octal 344 7 15 0 141 136 13 546 136 56
Binary 11100100 111 1101 0 1100001 1011110 1011 101100110 1011110 101110

Color Harmonies of #E4070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4070D

Black with #E4070D

Text Example


Text Example

White with #E4070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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