Html Css Color HEX #EE090B Venetian Red

📋 copy color: '#EE090B'

red 238 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #EE090B

Tints of Venetian Red #EE090B

RGB

 RED value IS 238 (93.36% from 255) = 92.25%

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 92.25%
G = 3.49%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE090B (or 0xEE090B) is known color: Venetian Red. HEX triplet: EE, 09 and 0B. RGB value is (238,9,11). Sum of RGB (Red+Green+Blue) = 238+9+11=258 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.25% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 238 - color contains mainly: red. Hex color #EE090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE090B is #11F6F4. Grayscale: #4D4D4D. Windows color (decimal): -1177333 or 723438. OLE color: 723438.

HSL color Cylindrical-coordinate representation of color #EE090B: hue angle of 359.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 9 11 -
CMYK 0 0.96 0.95 0.07
HSL 359.48º 0.93% 0.48% -
HSV(B) 359.48º 0.96% 0.93% -
XYZ 35.42 18.4 2 -
YUV 77.7 90.37 242.34 -
System Red Green Blue C M Y K H S L
Decimal 238 9 11 0 0.96 0.95 0.07 359.48 0.93 0.48
Hex EE 9 B 0 60 5F 7 167 5D 30
Octal 356 11 13 0 140 137 7 547 135 60
Binary 11101110 1001 1011 0 1100000 1011111 111 101100111 1011101 110000

Color Harmonies of #EE090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE090B

Black with #EE090B

Text Example


Text Example

White with #EE090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE090B; }

 p { color: rgb(238,9,11); }

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

background-color css

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

 a { background-color: rgb(238,9,11); }

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

border-color css

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

 span { border-color: rgb(238,9,11); }

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