Html Css Color HEX #E1090D Venetian Red

📋 copy color: '#E1090D'

red 225 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #E1090D

Tints of Venetian Red #E1090D

RGB

 RED value IS 225 (88.28% from 255) = 91.09%

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

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

R = 91.09%
G = 3.64%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1090D (or 0xE1090D) is known color: Venetian Red. HEX triplet: E1, 09 and 0D. RGB value is (225,9,13). Sum of RGB (Red+Green+Blue) = 225+9+13=247 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.09% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 225 - color contains mainly: red. Hex color #E1090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1090D is #1EF6F2. Grayscale: #4A4A4A. Windows color (decimal): -2029299 or 854497. OLE color: 854497.

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

Color convert

RGB 225 9 13 -
CMYK 0 0.96 0.94 0.12
HSL 358.89º 0.92% 0.46% -
HSV(B) 358.89º 0.96% 0.88% -
XYZ 31.22 16.23 1.87 -
YUV 74.04 93.56 235.67 -
System Red Green Blue C M Y K H S L
Decimal 225 9 13 0 0.96 0.94 0.12 358.89 0.92 0.46
Hex E1 9 D 0 60 5E C 167 5C 2E
Octal 341 11 15 0 140 136 14 547 134 56
Binary 11100001 1001 1101 0 1100000 1011110 1100 101100111 1011100 101110

Color Harmonies of #E1090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1090D

Black with #E1090D

Text Example


Text Example

White with #E1090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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