Html Css Color HEX #E6090A Venetian Red

📋 copy color: '#E6090A'

red 230 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #E6090A

Tints of Venetian Red #E6090A

RGB

 RED value IS 230 (90.23% from 255) = 92.37%

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

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 92.37%
G = 3.61%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6090A (or 0xE6090A) is known color: Venetian Red. HEX triplet: E6, 09 and 0A. RGB value is (230,9,10). Sum of RGB (Red+Green+Blue) = 230+9+10=249 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.37% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 230 - color contains mainly: red. Hex color #E6090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6090A is #19F6F5. Grayscale: #4B4B4B. Windows color (decimal): -1701622 or 657894. OLE color: 657894.

HSL color Cylindrical-coordinate representation of color #E6090A: hue angle of 359.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 10 -
CMYK 0 0.96 0.96 0.10
HSL 359.73º 0.92% 0.47% -
HSV(B) 359.73º 0.96% 0.9% -
XYZ 32.79 17.04 1.85 -
YUV 75.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 230 9 10 0 0.96 0.96 0.10 359.73 0.92 0.47
Hex E6 9 A 0 60 60 A 168 5C 2F
Octal 346 11 12 0 140 140 12 550 134 57
Binary 11100110 1001 1010 0 1100000 1100000 1010 101101000 1011100 101111

Color Harmonies of #E6090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6090A

Black with #E6090A

Text Example


Text Example

White with #E6090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6090A; }

 p { color: rgb(230,9,10); }

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

background-color css

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

 a { background-color: rgb(230,9,10); }

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

border-color css

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

 span { border-color: rgb(230,9,10); }

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