Html Css Color HEX #EE0111 Venetian Red

📋 copy color: '#EE0111'

red 238 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #EE0111

Tints of Venetian Red #EE0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 92.97%
G = 0.39%
B = 6.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE0111 (or 0xEE0111) is known color: Venetian Red. HEX triplet: EE, 01 and 11. RGB value is (238,1,17). Sum of RGB (Red+Green+Blue) = 238+1+17=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0111 is #11FEEE. Grayscale: #494949. Windows color (decimal): -1179375 or 1114606. OLE color: 1114606.

HSL color Cylindrical-coordinate representation of color #EE0111: hue angle of 355.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 17 -
CMYK 0 1.00 0.93 0.07
HSL 355.95º 0.99% 0.47% -
HSV(B) 355.95º 1% 0.93% -
XYZ 35.37 18.24 2.19 -
YUV 73.69 96.02 245.2 -
System Red Green Blue C M Y K H S L
Decimal 238 1 17 0 1.00 0.93 0.07 355.95 0.99 0.47
Hex EE 1 11 0 64 5D 7 164 63 2F
Octal 356 1 21 0 144 135 7 544 143 57
Binary 11101110 1 10001 0 1100100 1011101 111 101100100 1100011 101111

Color Harmonies of #EE0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0111

Black with #EE0111

Text Example


Text Example

White with #EE0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0111; }

 p { color: rgb(238,1,17); }

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

background-color css

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

 a { background-color: rgb(238,1,17); }

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

border-color css

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

 span { border-color: rgb(238,1,17); }

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