Html Css Color HEX #EE0512 Venetian Red

📋 copy color: '#EE0512'

red 238 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #EE0512

Tints of Venetian Red #EE0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 91.19%
G = 1.92%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE0512 (or 0xEE0512) is known color: Venetian Red. HEX triplet: EE, 05 and 12. RGB value is (238,5,18). Sum of RGB (Red+Green+Blue) = 238+5+18=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0512 is #11FAED. Grayscale: #4C4C4C. Windows color (decimal): -1178350 or 1181166. OLE color: 1181166.

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

Color convert

RGB 238 5 18 -
CMYK 0 0.98 0.92 0.07
HSL 356.65º 0.96% 0.48% -
HSV(B) 356.65º 0.98% 0.93% -
XYZ 35.42 18.33 2.24 -
YUV 76.15 95.19 243.44 -
System Red Green Blue C M Y K H S L
Decimal 238 5 18 0 0.98 0.92 0.07 356.65 0.96 0.48
Hex EE 5 12 0 62 5C 7 165 60 30
Octal 356 5 22 0 142 134 7 545 140 60
Binary 11101110 101 10010 0 1100010 1011100 111 101100101 1100000 110000

Color Harmonies of #EE0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0512

Black with #EE0512

Text Example


Text Example

White with #EE0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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