Html Css Color HEX #E6090F Venetian Red

📋 copy color: '#E6090F'

red 230 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #E6090F

Tints of Venetian Red #E6090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 90.55%
G = 3.54%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6090F (or 0xE6090F) is known color: Venetian Red. HEX triplet: E6, 09 and 0F. RGB value is (230,9,15). Sum of RGB (Red+Green+Blue) = 230+9+15=254 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.55% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 230 - color contains mainly: red. Hex color #E6090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6090F is #19F6F0. Grayscale: #4B4B4B. Windows color (decimal): -1701617 or 985574. OLE color: 985574.

HSL color Cylindrical-coordinate representation of color #E6090F: hue angle of 358.37º 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 #E6090F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 9 15 -
CMYK 0 0.96 0.93 0.10
HSL 358.37º 0.92% 0.47% -
HSV(B) 358.37º 0.96% 0.9% -
XYZ 32.82 17.05 2.01 -
YUV 75.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 230 9 15 0 0.96 0.93 0.10 358.37 0.92 0.47
Hex E6 9 F 0 60 5D A 166 5C 2F
Octal 346 11 17 0 140 135 12 546 134 57
Binary 11100110 1001 1111 0 1100000 1011101 1010 101100110 1011100 101111

Color Harmonies of #E6090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6090F

Black with #E6090F

Text Example


Text Example

White with #E6090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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