Html Css Color HEX #EE0014 Venetian Red

📋 copy color: '#EE0014'

red 238 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #EE0014

Tints of Venetian Red #EE0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 92.25%
G = 0%
B = 7.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0014 (or 0xEE0014) is known color: Venetian Red. HEX triplet: EE, 00 and 14. RGB value is (238,0,20). Sum of RGB (Red+Green+Blue) = 238+0+20=258 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.25% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0014 is #11FFEB. Grayscale: #494949. Windows color (decimal): -1179628 or 1310958. OLE color: 1310958.

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

Color convert

RGB 238 0 20 -
CMYK 0 1 0.92 0.07
HSL 354.96º 1% 0.47% -
HSV(B) 354.96º 1% 0.93% -
XYZ 35.39 18.23 2.32 -
YUV 73.44 97.85 245.37 -
System Red Green Blue C M Y K H S L
Decimal 238 0 20 0 1 0.92 0.07 354.96 1 0.47
Hex EE 0 14 0 64 5C 7 163 64 2F
Octal 356 0 24 0 144 134 7 543 144 57
Binary 11101110 0 10100 0 1100100 1011100 111 101100011 1100100 101111

Color Harmonies of #EE0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0014

Black with #EE0014

Text Example


Text Example

White with #EE0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0014; }

 p { color: rgb(238,0,20); }

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

background-color css

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

 a { background-color: rgb(238,0,20); }

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

border-color css

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

 span { border-color: rgb(238,0,20); }

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