Html Css Color HEX #EE0012 Venetian Red

📋 copy color: '#EE0012'

red 238 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #EE0012

Tints of Venetian Red #EE0012

RGB

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

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

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

R = 92.97%
G = 0%
B = 7.03%

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

#EE0012 (or 0xEE0012) is known color: Venetian Red. HEX triplet: EE, 00 and 12. RGB value is (238,0,18). Sum of RGB (Red+Green+Blue) = 238+0+18=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0012 is #11FFED. Grayscale: #494949. Windows color (decimal): -1179630 or 1179886. OLE color: 1179886.

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

Color convert

RGB 238 0 18 -
CMYK 0 1 0.92 0.07
HSL 355.46º 1% 0.47% -
HSV(B) 355.46º 1% 0.93% -
XYZ 35.37 18.22 2.23 -
YUV 73.21 96.85 245.54 -
System Red Green Blue C M Y K H S L
Decimal 238 0 18 0 1 0.92 0.07 355.46 1 0.47
Hex EE 0 12 0 64 5C 7 163 64 2F
Octal 356 0 22 0 144 134 7 543 144 57
Binary 11101110 0 10010 0 1100100 1011100 111 101100011 1100100 101111

Color Harmonies of #EE0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0012

Black with #EE0012

Text Example


Text Example

White with #EE0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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