Html Css Color HEX #EE0411 Venetian Red

📋 copy color: '#EE0411'

red 238 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #EE0411

Tints of Venetian Red #EE0411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 91.89%
G = 1.54%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE0411 (or 0xEE0411) is known color: Venetian Red. HEX triplet: EE, 04 and 11. RGB value is (238,4,17). Sum of RGB (Red+Green+Blue) = 238+4+17=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0411 is #11FBEE. Grayscale: #4B4B4B. Windows color (decimal): -1178607 or 1115374. OLE color: 1115374.

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

Color convert

RGB 238 4 17 -
CMYK 0 0.98 0.93 0.07
HSL 356.67º 0.97% 0.47% -
HSV(B) 356.67º 0.98% 0.93% -
XYZ 35.4 18.3 2.2 -
YUV 75.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 238 4 17 0 0.98 0.93 0.07 356.67 0.97 0.47
Hex EE 4 11 0 62 5D 7 165 61 2F
Octal 356 4 21 0 142 135 7 545 141 57
Binary 11101110 100 10001 0 1100010 1011101 111 101100101 1100001 101111

Color Harmonies of #EE0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0411

Black with #EE0411

Text Example


Text Example

White with #EE0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0411; }

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

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

background-color css

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

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

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

border-color css

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

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

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