Html Css Color HEX #EE0112 Venetian Red

📋 copy color: '#EE0112'

red 238 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #EE0112

Tints of Venetian Red #EE0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 92.61%
G = 0.39%
B = 7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0112 (or 0xEE0112) is known color: Venetian Red. HEX triplet: EE, 01 and 12. RGB value is (238,1,18). Sum of RGB (Red+Green+Blue) = 238+1+18=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0112 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0112 is #11FEED. Grayscale: #494949. Windows color (decimal): -1179374 or 1180142. OLE color: 1180142.

HSL color Cylindrical-coordinate representation of color #EE0112: hue angle of 355.7º 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 #EE0112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 18 -
CMYK 0 1.00 0.92 0.07
HSL 355.7º 0.99% 0.47% -
HSV(B) 355.7º 1% 0.93% -
XYZ 35.38 18.24 2.23 -
YUV 73.8 96.52 245.12 -
System Red Green Blue C M Y K H S L
Decimal 238 1 18 0 1.00 0.92 0.07 355.7 0.99 0.47
Hex EE 1 12 0 64 5C 7 164 63 2F
Octal 356 1 22 0 144 134 7 544 143 57
Binary 11101110 1 10010 0 1100100 1011100 111 101100100 1100011 101111

Color Harmonies of #EE0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0112

Black with #EE0112

Text Example


Text Example

White with #EE0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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