Html Css Color HEX #EE080A Venetian Red

📋 copy color: '#EE080A'

red 238 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #EE080A

Tints of Venetian Red #EE080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 92.97%
G = 3.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE080A (or 0xEE080A) is known color: Venetian Red. HEX triplet: EE, 08 and 0A. RGB value is (238,8,10). Sum of RGB (Red+Green+Blue) = 238+8+10=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE080A is #11F7F5. Grayscale: #4D4D4D. Windows color (decimal): -1177590 or 657646. OLE color: 657646.

HSL color Cylindrical-coordinate representation of color #EE080A: 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.97%. Process color model (Four color, CMYK) of #EE080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 10 -
CMYK 0 0.97 0.96 0.07
HSL 359.48º 0.93% 0.48% -
HSV(B) 359.48º 0.97% 0.93% -
XYZ 35.4 18.37 1.97 -
YUV 77 90.2 242.84 -
System Red Green Blue C M Y K H S L
Decimal 238 8 10 0 0.97 0.96 0.07 359.48 0.93 0.48
Hex EE 8 A 0 61 60 7 167 5D 30
Octal 356 10 12 0 141 140 7 547 135 60
Binary 11101110 1000 1010 0 1100001 1100000 111 101100111 1011101 110000

Color Harmonies of #EE080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE080A

Black with #EE080A

Text Example


Text Example

White with #EE080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE080A; }

 p { color: rgb(238,8,10); }

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

background-color css

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

 a { background-color: rgb(238,8,10); }

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

border-color css

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

 span { border-color: rgb(238,8,10); }

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