Html Css Color HEX #E7000D Venetian Red

📋 copy color: '#E7000D'

red 231 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #E7000D

Tints of Venetian Red #E7000D

RGB

 RED value IS 231 (90.63% from 255) = 94.67%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.67%
G = 0%
B = 5.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7000D (or 0xE7000D) is known color: Venetian Red. HEX triplet: E7, 00 and 0D. RGB value is (231,0,13). Sum of RGB (Red+Green+Blue) = 231+0+13=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E7000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7000D is #18FFF2. Grayscale: #464646. Windows color (decimal): -1638387 or 852199. OLE color: 852199.

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

Color convert

RGB 231 0 13 -
CMYK 0 1 0.94 0.09
HSL 356.62º 1% 0.45% -
HSV(B) 356.62º 1% 0.91% -
XYZ 33.03 17.02 1.92 -
YUV 70.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 231 0 13 0 1 0.94 0.09 356.62 1 0.45
Hex E7 0 D 0 64 5E 9 165 64 2D
Octal 347 0 15 0 144 136 11 545 144 55
Binary 11100111 0 1101 0 1100100 1011110 1001 101100101 1100100 101101

Color Harmonies of #E7000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7000D

Black with #E7000D

Text Example


Text Example

White with #E7000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7000D; }

 p { color: rgb(231,0,13); }

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

background-color css

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

 a { background-color: rgb(231,0,13); }

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

border-color css

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

 span { border-color: rgb(231,0,13); }

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