Html Css Color HEX #EE0108 Venetian Red

📋 copy color: '#EE0108'

red 238 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #EE0108

Tints of Venetian Red #EE0108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.24%

R = 96.36%
G = 0.4%
B = 3.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE0108 (or 0xEE0108) is known color: Venetian Red. HEX triplet: EE, 01 and 08. RGB value is (238,1,8). Sum of RGB (Red+Green+Blue) = 238+1+8=247 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.36% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0108 is #11FEF7. Grayscale: #484848. Windows color (decimal): -1179384 or 524782. OLE color: 524782.

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

Color convert

RGB 238 1 8 -
CMYK 0 1.00 0.97 0.07
HSL 358.23º 0.99% 0.47% -
HSV(B) 358.23º 1% 0.93% -
XYZ 35.31 18.22 1.88 -
YUV 72.66 91.52 245.93 -
System Red Green Blue C M Y K H S L
Decimal 238 1 8 0 1.00 0.97 0.07 358.23 0.99 0.47
Hex EE 1 8 0 64 61 7 166 63 2F
Octal 356 1 10 0 144 141 7 546 143 57
Binary 11101110 1 1000 0 1100100 1100001 111 101100110 1100011 101111

Color Harmonies of #EE0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0108

Black with #EE0108

Text Example


Text Example

White with #EE0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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