Html Css Color HEX #E7090D Venetian Red

📋 copy color: '#E7090D'

red 231 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #E7090D

Tints of Venetian Red #E7090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 91.3%
G = 3.56%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7090D (or 0xE7090D) is known color: Venetian Red. HEX triplet: E7, 09 and 0D. RGB value is (231,9,13). Sum of RGB (Red+Green+Blue) = 231+9+13=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E7090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7090D is #18F6F2. Grayscale: #4C4C4C. Windows color (decimal): -1636083 or 854503. OLE color: 854503.

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

Color convert

RGB 231 9 13 -
CMYK 0 0.96 0.94 0.09
HSL 358.92º 0.93% 0.47% -
HSV(B) 358.92º 0.96% 0.91% -
XYZ 33.13 17.21 1.96 -
YUV 75.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 231 9 13 0 0.96 0.94 0.09 358.92 0.93 0.47
Hex E7 9 D 0 60 5E 9 167 5C 2F
Octal 347 11 15 0 140 136 11 547 134 57
Binary 11100111 1001 1101 0 1100000 1011110 1001 101100111 1011100 101111

Color Harmonies of #E7090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7090D

Black with #E7090D

Text Example


Text Example

White with #E7090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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